Html Css Color HEX #FC9315 Carrot Orange

📋 copy color: '#FC9315'

red 252 ◦ green 147 ◦ blue 21

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

Shades of Carrot Orange #FC9315

Tints of Carrot Orange #FC9315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 21 (8.59% from 255) = 5%

R = 60%
G = 35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC9315 (or 0xFC9315) is known color: Carrot Orange. HEX triplet: FC, 93 and 15. RGB value is (252,147,21). Sum of RGB (Red+Green+Blue) = 252+147+21=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9315 is #036CEA. Grayscale: #A4A4A4. Windows color (decimal): -224491 or 1414140. OLE color: 1414140.

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

Color convert

RGB 252 147 21 -
CMYK 0 0.42 0.92 0.01
HSL 32.73º 0.97% 0.54% -
HSV(B) 32.73º 0.92% 0.99% -
XYZ 50.71 41.62 6.07 -
YUV 164.03 47.29 190.75 -
System Red Green Blue C M Y K H S L
Decimal 252 147 21 0 0.42 0.92 0.01 32.73 0.97 0.54
Hex FC 93 15 0 2A 5C 1 21 61 36
Octal 374 223 25 0 52 134 1 41 141 66
Binary 11111100 10010011 10101 0 101010 1011100 1 100001 1100001 110110

Color Harmonies of #FC9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9315

Black with #FC9315

Text Example


Text Example

White with #FC9315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9315; }

 p { color: rgb(252,147,21); }

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

background-color css

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

 a { background-color: rgb(252,147,21); }

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

border-color css

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

 span { border-color: rgb(252,147,21); }

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