Html Css Color HEX #FC921C Carrot Orange

📋 copy color: '#FC921C'

red 252 ◦ green 146 ◦ blue 28

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

Shades of Carrot Orange #FC921C

Tints of Carrot Orange #FC921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 59.15%
G = 34.27%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC921C (or 0xFC921C) is known color: Carrot Orange. HEX triplet: FC, 92 and 1C. RGB value is (252,146,28). Sum of RGB (Red+Green+Blue) = 252+146+28=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC921C is #036DE3. Grayscale: #A4A4A4. Windows color (decimal): -224740 or 1872636. OLE color: 1872636.

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

Color convert

RGB 252 146 28 -
CMYK 0 0.42 0.89 0.01
HSL 31.61º 0.97% 0.55% -
HSV(B) 31.61º 0.89% 0.99% -
XYZ 50.63 41.34 6.41 -
YUV 164.24 51.12 190.59 -
System Red Green Blue C M Y K H S L
Decimal 252 146 28 0 0.42 0.89 0.01 31.61 0.97 0.55
Hex FC 92 1C 0 2A 59 1 20 61 37
Octal 374 222 34 0 52 131 1 40 141 67
Binary 11111100 10010010 11100 0 101010 1011001 1 100000 1100001 110111

Color Harmonies of #FC921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC921C

Black with #FC921C

Text Example


Text Example

White with #FC921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC921C; }

 p { color: rgb(252,146,28); }

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

background-color css

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

 a { background-color: rgb(252,146,28); }

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

border-color css

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

 span { border-color: rgb(252,146,28); }

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