Html Css Color HEX #FC921D Carrot Orange

📋 copy color: '#FC921D'

red 252 ◦ green 146 ◦ blue 29

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

Shades of Carrot Orange #FC921D

Tints of Carrot Orange #FC921D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.79%

R = 59.02%
G = 34.19%
B = 6.79%

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

#FC921D (or 0xFC921D) is known color: Carrot Orange. HEX triplet: FC, 92 and 1D. RGB value is (252,146,29). Sum of RGB (Red+Green+Blue) = 252+146+29=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC921D is #036DE2. Grayscale: #A4A4A4. Windows color (decimal): -224739 or 1938172. OLE color: 1938172.

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

Color convert

RGB 252 146 29 -
CMYK 0 0.42 0.88 0.01
HSL 31.48º 0.97% 0.55% -
HSV(B) 31.48º 0.88% 0.99% -
XYZ 50.65 41.34 6.47 -
YUV 164.36 51.62 190.51 -
System Red Green Blue C M Y K H S L
Decimal 252 146 29 0 0.42 0.88 0.01 31.48 0.97 0.55
Hex FC 92 1D 0 2A 58 1 1F 61 37
Octal 374 222 35 0 52 130 1 37 141 67
Binary 11111100 10010010 11101 0 101010 1011000 1 11111 1100001 110111

Color Harmonies of #FC921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC921D

Black with #FC921D

Text Example


Text Example

White with #FC921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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