Html Css Color HEX #FC9521 Carrot Orange

📋 copy color: '#FC9521'

red 252 ◦ green 149 ◦ blue 33

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

Shades of Carrot Orange #FC9521

Tints of Carrot Orange #FC9521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 33 (13.28% from 255) = 7.6%

R = 58.06%
G = 34.33%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC9521 (or 0xFC9521) is known color: Carrot Orange. HEX triplet: FC, 95 and 21. RGB value is (252,149,33). Sum of RGB (Red+Green+Blue) = 252+149+33=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9521 is #036ADE. Grayscale: #A7A7A7. Windows color (decimal): -223967 or 2201084. OLE color: 2201084.

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

Color convert

RGB 252 149 33 -
CMYK 0 0.41 0.87 0.01
HSL 31.78º 0.97% 0.56% -
HSV(B) 31.78º 0.87% 0.99% -
XYZ 51.17 42.3 6.91 -
YUV 166.57 52.62 188.93 -
System Red Green Blue C M Y K H S L
Decimal 252 149 33 0 0.41 0.87 0.01 31.78 0.97 0.56
Hex FC 95 21 0 29 57 1 20 61 38
Octal 374 225 41 0 51 127 1 40 141 70
Binary 11111100 10010101 100001 0 101001 1010111 1 100000 1100001 111000

Color Harmonies of #FC9521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9521

Black with #FC9521

Text Example


Text Example

White with #FC9521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9521; }

 p { color: rgb(252,149,33); }

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

background-color css

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

 a { background-color: rgb(252,149,33); }

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

border-color css

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

 span { border-color: rgb(252,149,33); }

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