Html Css Color HEX #F0602C Outrageous Orange

📋 copy color: '#F0602C'

red 240 ◦ green 96 ◦ blue 44

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

Shades of Outrageous Orange #F0602C

Tints of Outrageous Orange #F0602C

RGB

 RED value IS 240 (94.14% from 255) = 63.16%

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

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

R = 63.16%
G = 25.26%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0602C (or 0xF0602C) is known color: Outrageous Orange. HEX triplet: F0, 60 and 2C. RGB value is (240,96,44). Sum of RGB (Red+Green+Blue) = 240+96+44=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0602C is #0F9FD3. Grayscale: #858585. Windows color (decimal): -1023956 or 2908400. OLE color: 2908400.

HSL color Cylindrical-coordinate representation of color #F0602C: hue angle of 15.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0602C is Cyan = 0, Magento = 0.6, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 44 -
CMYK 0 0.6 0.82 0.06
HSL 15.92º 0.87% 0.56% -
HSV(B) 15.92º 0.82% 0.94% -
XYZ 40.57 27.07 5.47 -
YUV 133.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 240 96 44 0 0.6 0.82 0.06 15.92 0.87 0.56
Hex F0 60 2C 0 3C 52 6 10 57 38
Octal 360 140 54 0 74 122 6 20 127 70
Binary 11110000 1100000 101100 0 111100 1010010 110 10000 1010111 111000

Color Harmonies of #F0602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0602C

Black with #F0602C

Text Example


Text Example

White with #F0602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0602C; }

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

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

background-color css

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

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

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

border-color css

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

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

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