Html Css Color HEX #FC8527 Carrot Orange

📋 copy color: '#FC8527'

red 252 ◦ green 133 ◦ blue 39

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

Shades of Carrot Orange #FC8527

Tints of Carrot Orange #FC8527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 59.43%
G = 31.37%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC8527 (or 0xFC8527) is known color: Carrot Orange. HEX triplet: FC, 85 and 27. RGB value is (252,133,39). Sum of RGB (Red+Green+Blue) = 252+133+39=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8527 is #037AD8. Grayscale: #9E9E9E. Windows color (decimal): -228057 or 2590204. OLE color: 2590204.

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

Color convert

RGB 252 133 39 -
CMYK 0 0.47 0.85 0.01
HSL 26.48º 0.97% 0.57% -
HSV(B) 26.48º 0.85% 0.99% -
XYZ 48.9 37.62 6.6 -
YUV 157.87 60.92 195.14 -
System Red Green Blue C M Y K H S L
Decimal 252 133 39 0 0.47 0.85 0.01 26.48 0.97 0.57
Hex FC 85 27 0 2F 55 1 1A 61 39
Octal 374 205 47 0 57 125 1 32 141 71
Binary 11111100 10000101 100111 0 101111 1010101 1 11010 1100001 111001

Color Harmonies of #FC8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8527

Black with #FC8527

Text Example


Text Example

White with #FC8527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8527; }

 p { color: rgb(252,133,39); }

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

background-color css

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

 a { background-color: rgb(252,133,39); }

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

border-color css

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

 span { border-color: rgb(252,133,39); }

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