Html Css Color HEX #FC9022 Carrot Orange

📋 copy color: '#FC9022'

red 252 ◦ green 144 ◦ blue 34

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

Shades of Carrot Orange #FC9022

Tints of Carrot Orange #FC9022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 58.6%
G = 33.49%
B = 7.91%

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

#FC9022 (or 0xFC9022) is known color: Carrot Orange. HEX triplet: FC, 90 and 22. RGB value is (252,144,34). Sum of RGB (Red+Green+Blue) = 252+144+34=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9022 is #036FDD. Grayscale: #A4A4A4. Windows color (decimal): -225246 or 2265340. OLE color: 2265340.

HSL color Cylindrical-coordinate representation of color #FC9022: hue angle of 30.28º 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 #FC9022 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 34 -
CMYK 0 0.43 0.87 0.01
HSL 30.28º 0.97% 0.56% -
HSV(B) 30.28º 0.87% 0.99% -
XYZ 50.41 40.76 6.72 -
YUV 163.75 54.78 190.94 -
System Red Green Blue C M Y K H S L
Decimal 252 144 34 0 0.43 0.87 0.01 30.28 0.97 0.56
Hex FC 90 22 0 2B 57 1 1E 61 38
Octal 374 220 42 0 53 127 1 36 141 70
Binary 11111100 10010000 100010 0 101011 1010111 1 11110 1100001 111000

Color Harmonies of #FC9022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9022

Black with #FC9022

Text Example


Text Example

White with #FC9022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9022; }

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

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

background-color css

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

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

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

border-color css

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

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

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