Html Css Color HEX #FC921B Carrot Orange

📋 copy color: '#FC921B'

red 252 ◦ green 146 ◦ blue 27

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

Shades of Carrot Orange #FC921B

Tints of Carrot Orange #FC921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 59.29%
G = 34.35%
B = 6.35%

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

#FC921B (or 0xFC921B) is known color: Carrot Orange. HEX triplet: FC, 92 and 1B. RGB value is (252,146,27). Sum of RGB (Red+Green+Blue) = 252+146+27=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC921B is #036DE4. Grayscale: #A4A4A4. Windows color (decimal): -224741 or 1807100. OLE color: 1807100.

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

Color convert

RGB 252 146 27 -
CMYK 0 0.42 0.89 0.01
HSL 31.73º 0.97% 0.55% -
HSV(B) 31.73º 0.89% 0.99% -
XYZ 50.62 41.33 6.35 -
YUV 164.13 50.62 190.68 -
System Red Green Blue C M Y K H S L
Decimal 252 146 27 0 0.42 0.89 0.01 31.73 0.97 0.55
Hex FC 92 1B 0 2A 59 1 20 61 37
Octal 374 222 33 0 52 131 1 40 141 67
Binary 11111100 10010010 11011 0 101010 1011001 1 100000 1100001 110111

Color Harmonies of #FC921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC921B

Black with #FC921B

Text Example


Text Example

White with #FC921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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