Html Css Color HEX #FC901D Carrot Orange

📋 copy color: '#FC901D'

red 252 ◦ green 144 ◦ blue 29

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

Shades of Carrot Orange #FC901D

Tints of Carrot Orange #FC901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.88%

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

R = 59.29%
G = 33.88%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC901D (or 0xFC901D) is known color: Carrot Orange. HEX triplet: FC, 90 and 1D. RGB value is (252,144,29). Sum of RGB (Red+Green+Blue) = 252+144+29=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC901D is #036FE2. Grayscale: #A3A3A3. Windows color (decimal): -225251 or 1937660. OLE color: 1937660.

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

Color convert

RGB 252 144 29 -
CMYK 0 0.43 0.88 0.01
HSL 30.94º 0.97% 0.55% -
HSV(B) 30.94º 0.88% 0.99% -
XYZ 50.34 40.73 6.37 -
YUV 163.18 52.28 191.35 -
System Red Green Blue C M Y K H S L
Decimal 252 144 29 0 0.43 0.88 0.01 30.94 0.97 0.55
Hex FC 90 1D 0 2B 58 1 1F 61 37
Octal 374 220 35 0 53 130 1 37 141 67
Binary 11111100 10010000 11101 0 101011 1011000 1 11111 1100001 110111

Color Harmonies of #FC901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC901D

Black with #FC901D

Text Example


Text Example

White with #FC901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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