Html Css Color HEX #FF603C Outrageous Orange

📋 copy color: '#FF603C'

red 255 ◦ green 96 ◦ blue 60

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

Shades of Outrageous Orange #FF603C

Tints of Outrageous Orange #FF603C

RGB

 RED value IS 255 (100% from 255) = 62.04%

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

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 62.04%
G = 23.36%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF603C (or 0xFF603C) is known color: Outrageous Orange. HEX triplet: FF, 60 and 3C. RGB value is (255,96,60). Sum of RGB (Red+Green+Blue) = 255+96+60=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF603C is #009FC3. Grayscale: #8B8B8B. Windows color (decimal): -40900 or 3956991. OLE color: 3956991.

HSL color Cylindrical-coordinate representation of color #FF603C: hue angle of 11.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF603C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 60 -
CMYK 0 0.62 0.76 0
HSL 11.08º 1% 0.62% -
HSV(B) 11.08º 0.76% 1% -
XYZ 46.24 29.95 7.62 -
YUV 139.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 255 96 60 0 0.62 0.76 0 11.08 1 0.62
Hex FF 60 3C 0 3E 4C 0 B 64 3E
Octal 377 140 74 0 76 114 0 13 144 76
Binary 11111111 1100000 111100 0 111110 1001100 0 1011 1100100 111110

Color Harmonies of #FF603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF603C

Black with #FF603C

Text Example


Text Example

White with #FF603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF603C; }

 p { color: rgb(255,96,60); }

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

background-color css

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

 a { background-color: rgb(255,96,60); }

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

border-color css

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

 span { border-color: rgb(255,96,60); }

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