#fa951d

Color #FA951D Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #FA951D

Tints of Carrot Orange #FA951D

Color information

#FA951D (or 0xFA951D) is unknown color: approx Carrot Orange. HEX triplet: FA, 95 and 1D. RGB value is (250,149,29). Sum of RGB (Red+Green+Blue) = 250+149+29=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA951D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA951D is #056AE2. Grayscale: #A6A6A6. Windows color (decimal): -355043 or 1938938. OLE color: 1938938.

HSL color Cylindrical-coordinate representation of color #FA951D: hue angle of 32.58º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA951D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB25014929-
CMYK00.400.880.02
HSL32.58º95.67%54.71%-
HSV(B)32.58º88.4%98.04%-
XYZ50.3941.916.6-
YUV165.5250.96188.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 58.41%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 29 (11.72% from 255) = 6.78%
R=58.41%
G=34.81%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501492900.400.880.0232.5895.6754.71
HexFA951D028582216037
Octal3722253505013024114067
Binary11111010100101011110101010001011000101000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa951d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa951d; }

 p { color: rgb(250,149,29); }

 H1.HeaderClassName
 {
   color: #fa951d;
 }
 .AnyTagClassName
 {
   color: #fa951d;
 }
</style>
background-color css

<style>
 a { background-color: #fa951d; }

 a { background-color: rgb(250,149,29); }

 div.DivClassName
 {
   background-color: #fa951d;
 }
 .BgClassName
 {
   background-color: #fa951d;
 }
</style>
border-color css

<style>
 span { border-color: #fa951d; }

 span { border-color: rgb(250,149,29); }

 td.TdClassName
 {
   border-color: #fa951d;
 }
 .TagClassName
 {
   border-color: #fa951d;
 }
</style>