Html Css Color HEX #FA9619 Carrot Orange

📋 copy color: '#FA9619'

red 250 ◦ green 150 ◦ blue 25

#FA9619
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #FA9619

Tints of Carrot Orange #FA9619

RGB

 RED value IS 250 (98.05% from 255) = 58.82%

 GREEN value IS 150 (58.98% from 255) = 35.29%

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 58.82%
G = 35.29%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA9619 (or 0xFA9619) is known color: Carrot Orange. HEX triplet: FA, 96 and 19. RGB value is (250,150,25). Sum of RGB (Red+Green+Blue) = 250+150+25=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9619 is #0569E6. Grayscale: #A6A6A6. Windows color (decimal): -354791 or 1677050. OLE color: 1677050.

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

Color convert

RGB 250 150 25 -
CMYK 0 0.4 0.9 0.02
HSL 33.33º 0.96% 0.54% -
HSV(B) 33.33º 0.9% 0.98% -
XYZ 50.51 42.21 6.4 -
YUV 165.65 48.63 188.16 -
System Red Green Blue C M Y K H S L
Decimal 250 150 25 0 0.4 0.9 0.02 33.33 0.96 0.54
Hex FA 96 19 0 28 5A 2 21 60 36
Octal 372 226 31 0 50 132 2 41 140 66
Binary 11111010 10010110 11001 0 101000 1011010 10 100001 1100000 110110

Color Harmonies of #FA9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9619

Black with #FA9619

Text Example


Text Example

White with #FA9619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9619; }

 p { color: rgb(250,150,25); }

 H1.HeaderClassName
 {
   color: #FA9619;
 }
 .AnyTagClassName
 {
   color: #FA9619;
 }
</style>

background-color css

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

 a { background-color: rgb(250,150,25); }

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

border-color css

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

 span { border-color: rgb(250,150,25); }

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