Html Css Color HEX #FC6038 Outrageous Orange

📋 copy color: '#FC6038'

red 252 ◦ green 96 ◦ blue 56

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

Shades of Outrageous Orange #FC6038

Tints of Outrageous Orange #FC6038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 62.38%
G = 23.76%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC6038 (or 0xFC6038) is known color: Outrageous Orange. HEX triplet: FC, 60 and 38. RGB value is (252,96,56). Sum of RGB (Red+Green+Blue) = 252+96+56=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6038 is #039FC7. Grayscale: #8A8A8A. Windows color (decimal): -237512 or 3694844. OLE color: 3694844.

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

Color convert

RGB 252 96 56 -
CMYK 0 0.62 0.78 0.01
HSL 12.24º 0.97% 0.6% -
HSV(B) 12.24º 0.78% 0.99% -
XYZ 45.04 29.35 7.03 -
YUV 138.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 252 96 56 0 0.62 0.78 0.01 12.24 0.97 0.6
Hex FC 60 38 0 3E 4E 1 C 61 3C
Octal 374 140 70 0 76 116 1 14 141 74
Binary 11111100 1100000 111000 0 111110 1001110 1 1100 1100001 111100

Color Harmonies of #FC6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6038

Black with #FC6038

Text Example


Text Example

White with #FC6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6038; }

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

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

background-color css

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

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

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

border-color css

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

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

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