Html Css Color HEX #FC602C Outrageous Orange

📋 copy color: '#FC602C'

red 252 ◦ green 96 ◦ blue 44

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

Shades of Outrageous Orange #FC602C

Tints of Outrageous Orange #FC602C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 64.29%
G = 24.49%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC602C (or 0xFC602C) is known color: Outrageous Orange. HEX triplet: FC, 60 and 2C. RGB value is (252,96,44). Sum of RGB (Red+Green+Blue) = 252+96+44=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC602C is #039FD3. Grayscale: #898989. Windows color (decimal): -237524 or 2908412. OLE color: 2908412.

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

Color convert

RGB 252 96 44 -
CMYK 0 0.62 0.83 0.01
HSL 15º 0.97% 0.58% -
HSV(B) 15º 0.83% 0.99% -
XYZ 44.78 29.24 5.67 -
YUV 136.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 252 96 44 0 0.62 0.83 0.01 15 0.97 0.58
Hex FC 60 2C 0 3E 53 1 F 61 3A
Octal 374 140 54 0 76 123 1 17 141 72
Binary 11111100 1100000 101100 0 111110 1010011 1 1111 1100001 111010

Color Harmonies of #FC602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC602C

Black with #FC602C

Text Example


Text Example

White with #FC602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC602C; }

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

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

background-color css

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

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

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

border-color css

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

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

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