Html Css Color HEX #FC6024 Outrageous Orange

📋 copy color: '#FC6024'

red 252 ◦ green 96 ◦ blue 36

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

Shades of Outrageous Orange #FC6024

Tints of Outrageous Orange #FC6024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 65.63%
G = 25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6024 (or 0xFC6024) is known color: Outrageous Orange. HEX triplet: FC, 60 and 24. RGB value is (252,96,36). Sum of RGB (Red+Green+Blue) = 252+96+36=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6024 is #039FDB. Grayscale: #888888. Windows color (decimal): -237532 or 2384124. OLE color: 2384124.

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

Color convert

RGB 252 96 36 -
CMYK 0 0.62 0.86 0.01
HSL 16.67º 0.97% 0.56% -
HSV(B) 16.67º 0.86% 0.99% -
XYZ 44.65 29.19 4.95 -
YUV 135.8 71.68 210.88 -
System Red Green Blue C M Y K H S L
Decimal 252 96 36 0 0.62 0.86 0.01 16.67 0.97 0.56
Hex FC 60 24 0 3E 56 1 11 61 38
Octal 374 140 44 0 76 126 1 21 141 70
Binary 11111100 1100000 100100 0 111110 1010110 1 10001 1100001 111000

Color Harmonies of #FC6024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6024

Black with #FC6024

Text Example


Text Example

White with #FC6024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6024; }

 p { color: rgb(252,96,36); }

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

background-color css

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

 a { background-color: rgb(252,96,36); }

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

border-color css

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

 span { border-color: rgb(252,96,36); }

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