Html Css Color HEX #FC9020 Carrot Orange

📋 copy color: '#FC9020'

red 252 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #FC9020

Tints of Carrot Orange #FC9020

RGB

 RED value IS 252 (98.83% from 255) = 58.88%

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 58.88%
G = 33.64%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC9020 (or 0xFC9020) is known color: Carrot Orange. HEX triplet: FC, 90 and 20. RGB value is (252,144,32). Sum of RGB (Red+Green+Blue) = 252+144+32=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9020 is #036FDF. Grayscale: #A4A4A4. Windows color (decimal): -225248 or 2134268. OLE color: 2134268.

HSL color Cylindrical-coordinate representation of color #FC9020: hue angle of 30.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC9020 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 32 -
CMYK 0 0.43 0.87 0.01
HSL 30.55º 0.97% 0.56% -
HSV(B) 30.55º 0.87% 0.99% -
XYZ 50.38 40.75 6.58 -
YUV 163.52 53.78 191.11 -
System Red Green Blue C M Y K H S L
Decimal 252 144 32 0 0.43 0.87 0.01 30.55 0.97 0.56
Hex FC 90 20 0 2B 57 1 1F 61 38
Octal 374 220 40 0 53 127 1 37 141 70
Binary 11111100 10010000 100000 0 101011 1010111 1 11111 1100001 111000

Color Harmonies of #FC9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9020

Black with #FC9020

Text Example


Text Example

White with #FC9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9020; }

 p { color: rgb(252,144,32); }

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

background-color css

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

 a { background-color: rgb(252,144,32); }

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

border-color css

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

 span { border-color: rgb(252,144,32); }

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