Html Css Color HEX #FC8C26 Carrot Orange

📋 copy color: '#FC8C26'

red 252 ◦ green 140 ◦ blue 38

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

Shades of Carrot Orange #FC8C26

Tints of Carrot Orange #FC8C26

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 38 (15.23% from 255) = 8.84%

R = 58.6%
G = 32.56%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC8C26 (or 0xFC8C26) is known color: Carrot Orange. HEX triplet: FC, 8C and 26. RGB value is (252,140,38). Sum of RGB (Red+Green+Blue) = 252+140+38=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C26 is #0373D9. Grayscale: #A2A2A2. Windows color (decimal): -226266 or 2526460. OLE color: 2526460.

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

Color convert

RGB 252 140 38 -
CMYK 0 0.44 0.85 0.01
HSL 28.6º 0.97% 0.57% -
HSV(B) 28.6º 0.85% 0.99% -
XYZ 49.87 39.59 6.85 -
YUV 161.86 58.11 192.29 -
System Red Green Blue C M Y K H S L
Decimal 252 140 38 0 0.44 0.85 0.01 28.6 0.97 0.57
Hex FC 8C 26 0 2C 55 1 1D 61 39
Octal 374 214 46 0 54 125 1 35 141 71
Binary 11111100 10001100 100110 0 101100 1010101 1 11101 1100001 111001

Color Harmonies of #FC8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C26

Black with #FC8C26

Text Example


Text Example

White with #FC8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C26; }

 p { color: rgb(252,140,38); }

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

background-color css

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

 a { background-color: rgb(252,140,38); }

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

border-color css

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

 span { border-color: rgb(252,140,38); }

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