Html Css Color HEX #FC921E Carrot Orange

📋 copy color: '#FC921E'

red 252 ◦ green 146 ◦ blue 30

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

Shades of Carrot Orange #FC921E

Tints of Carrot Orange #FC921E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.01%

R = 58.88%
G = 34.11%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC921E (or 0xFC921E) is known color: Carrot Orange. HEX triplet: FC, 92 and 1E. RGB value is (252,146,30). Sum of RGB (Red+Green+Blue) = 252+146+30=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC921E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC921E is #036DE1. Grayscale: #A5A5A5. Windows color (decimal): -224738 or 2003708. OLE color: 2003708.

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

Color convert

RGB 252 146 30 -
CMYK 0 0.42 0.88 0.01
HSL 31.35º 0.97% 0.55% -
HSV(B) 31.35º 0.88% 0.99% -
XYZ 50.66 41.35 6.54 -
YUV 164.47 52.12 190.43 -
System Red Green Blue C M Y K H S L
Decimal 252 146 30 0 0.42 0.88 0.01 31.35 0.97 0.55
Hex FC 92 1E 0 2A 58 1 1F 61 37
Octal 374 222 36 0 52 130 1 37 141 67
Binary 11111100 10010010 11110 0 101010 1011000 1 11111 1100001 110111

Color Harmonies of #FC921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC921E

Black with #FC921E

Text Example


Text Example

White with #FC921E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC921E; }

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

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

background-color css

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

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

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

border-color css

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

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

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