Html Css Color HEX #F06232 Outrageous Orange

📋 copy color: '#F06232'

red 240 ◦ green 98 ◦ blue 50

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

Shades of Outrageous Orange #F06232

Tints of Outrageous Orange #F06232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

 BLUE value IS 50 (19.92% from 255) = 12.89%

R = 61.86%
G = 25.26%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F06232 (or 0xF06232) is known color: Outrageous Orange. HEX triplet: F0, 62 and 32. RGB value is (240,98,50). Sum of RGB (Red+Green+Blue) = 240+98+50=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F06232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06232 is #0F9DCD. Grayscale: #878787. Windows color (decimal): -1023438 or 3302128. OLE color: 3302128.

HSL color Cylindrical-coordinate representation of color #F06232: hue angle of 15.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F06232 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 50 -
CMYK 0 0.59 0.79 0.06
HSL 15.16º 0.86% 0.57% -
HSV(B) 15.16º 0.79% 0.94% -
XYZ 40.88 27.49 6.17 -
YUV 134.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 240 98 50 0 0.59 0.79 0.06 15.16 0.86 0.57
Hex F0 62 32 0 3B 4F 6 F 56 39
Octal 360 142 62 0 73 117 6 17 126 71
Binary 11110000 1100010 110010 0 111011 1001111 110 1111 1010110 111001

Color Harmonies of #F06232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06232

Black with #F06232

Text Example


Text Example

White with #F06232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06232; }

 p { color: rgb(240,98,50); }

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

background-color css

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

 a { background-color: rgb(240,98,50); }

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

border-color css

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

 span { border-color: rgb(240,98,50); }

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