Html Css Color HEX #FC602D Outrageous Orange

📋 copy color: '#FC602D'

red 252 ◦ green 96 ◦ blue 45

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

Shades of Outrageous Orange #FC602D

Tints of Outrageous Orange #FC602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 64.12%
G = 24.43%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC602D (or 0xFC602D) is known color: Outrageous Orange. HEX triplet: FC, 60 and 2D. RGB value is (252,96,45). Sum of RGB (Red+Green+Blue) = 252+96+45=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC602D is #039FD2. Grayscale: #898989. Windows color (decimal): -237523 or 2973948. OLE color: 2973948.

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

Color convert

RGB 252 96 45 -
CMYK 0 0.62 0.82 0.01
HSL 14.78º 0.97% 0.58% -
HSV(B) 14.78º 0.82% 0.99% -
XYZ 44.8 29.25 5.77 -
YUV 136.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 252 96 45 0 0.62 0.82 0.01 14.78 0.97 0.58
Hex FC 60 2D 0 3E 52 1 F 61 3A
Octal 374 140 55 0 76 122 1 17 141 72
Binary 11111100 1100000 101101 0 111110 1010010 1 1111 1100001 111010

Color Harmonies of #FC602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC602D

Black with #FC602D

Text Example


Text Example

White with #FC602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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