Html Css Color HEX #FC8528 Carrot Orange

📋 copy color: '#FC8528'

red 252 ◦ green 133 ◦ blue 40

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

Shades of Carrot Orange #FC8528

Tints of Carrot Orange #FC8528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.41%

R = 59.29%
G = 31.29%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC8528 (or 0xFC8528) is known color: Carrot Orange. HEX triplet: FC, 85 and 28. RGB value is (252,133,40). Sum of RGB (Red+Green+Blue) = 252+133+40=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8528 is #037AD7. Grayscale: #9E9E9E. Windows color (decimal): -228056 or 2655740. OLE color: 2655740.

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

Color convert

RGB 252 133 40 -
CMYK 0 0.47 0.84 0.01
HSL 26.32º 0.97% 0.57% -
HSV(B) 26.32º 0.84% 0.99% -
XYZ 48.92 37.62 6.69 -
YUV 157.98 61.42 195.06 -
System Red Green Blue C M Y K H S L
Decimal 252 133 40 0 0.47 0.84 0.01 26.32 0.97 0.57
Hex FC 85 28 0 2F 54 1 1A 61 39
Octal 374 205 50 0 57 124 1 32 141 71
Binary 11111100 10000101 101000 0 101111 1010100 1 11010 1100001 111001

Color Harmonies of #FC8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8528

Black with #FC8528

Text Example


Text Example

White with #FC8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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