Html Css Color HEX #FA9A20 Carrot Orange

📋 copy color: '#FA9A20'

red 250 ◦ green 154 ◦ blue 32

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

Shades of Carrot Orange #FA9A20

Tints of Carrot Orange #FA9A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.32%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 57.34%
G = 35.32%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA9A20 (or 0xFA9A20) is known color: Carrot Orange. HEX triplet: FA, 9A and 20. RGB value is (250,154,32). Sum of RGB (Red+Green+Blue) = 250+154+32=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9A20 is #0565DF. Grayscale: #A9A9A9. Windows color (decimal): -353760 or 2136826. OLE color: 2136826.

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

Color convert

RGB 250 154 32 -
CMYK 0 0.38 0.87 0.02
HSL 33.58º 0.96% 0.55% -
HSV(B) 33.58º 0.87% 0.98% -
XYZ 51.24 43.54 7.07 -
YUV 168.8 50.8 185.92 -
System Red Green Blue C M Y K H S L
Decimal 250 154 32 0 0.38 0.87 0.02 33.58 0.96 0.55
Hex FA 9A 20 0 26 57 2 22 60 37
Octal 372 232 40 0 46 127 2 42 140 67
Binary 11111010 10011010 100000 0 100110 1010111 10 100010 1100000 110111

Color Harmonies of #FA9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9A20

Black with #FA9A20

Text Example


Text Example

White with #FA9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9A20; }

 p { color: rgb(250,154,32); }

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

background-color css

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

 a { background-color: rgb(250,154,32); }

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

border-color css

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

 span { border-color: rgb(250,154,32); }

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