Html Css Color HEX #FC602F Outrageous Orange

📋 copy color: '#FC602F'

red 252 ◦ green 96 ◦ blue 47

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

Shades of Outrageous Orange #FC602F

Tints of Outrageous Orange #FC602F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 63.8%
G = 24.3%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC602F (or 0xFC602F) is known color: Outrageous Orange. HEX triplet: FC, 60 and 2F. RGB value is (252,96,47). Sum of RGB (Red+Green+Blue) = 252+96+47=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC602F is #039FD0. Grayscale: #898989. Windows color (decimal): -237521 or 3105020. OLE color: 3105020.

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

Color convert

RGB 252 96 47 -
CMYK 0 0.62 0.81 0.01
HSL 14.34º 0.97% 0.59% -
HSV(B) 14.34º 0.81% 0.99% -
XYZ 44.84 29.27 5.97 -
YUV 137.06 77.18 209.98 -
System Red Green Blue C M Y K H S L
Decimal 252 96 47 0 0.62 0.81 0.01 14.34 0.97 0.59
Hex FC 60 2F 0 3E 51 1 E 61 3B
Octal 374 140 57 0 76 121 1 16 141 73
Binary 11111100 1100000 101111 0 111110 1010001 1 1110 1100001 111011

Color Harmonies of #FC602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC602F

Black with #FC602F

Text Example


Text Example

White with #FC602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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