Html Css Color HEX #F06022 Outrageous Orange

📋 copy color: '#F06022'

red 240 ◦ green 96 ◦ blue 34

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

Shades of Outrageous Orange #F06022

Tints of Outrageous Orange #F06022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 64.86%
G = 25.95%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F06022 (or 0xF06022) is known color: Outrageous Orange. HEX triplet: F0, 60 and 22. RGB value is (240,96,34). Sum of RGB (Red+Green+Blue) = 240+96+34=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F06022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06022 is #0F9FDD. Grayscale: #848484. Windows color (decimal): -1023966 or 2253040. OLE color: 2253040.

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

Color convert

RGB 240 96 34 -
CMYK 0 0.6 0.86 0.06
HSL 18.06º 0.87% 0.54% -
HSV(B) 18.06º 0.86% 0.94% -
XYZ 40.41 27.01 4.6 -
YUV 131.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 240 96 34 0 0.6 0.86 0.06 18.06 0.87 0.54
Hex F0 60 22 0 3C 56 6 12 57 36
Octal 360 140 42 0 74 126 6 22 127 66
Binary 11110000 1100000 100010 0 111100 1010110 110 10010 1010111 110110

Color Harmonies of #F06022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06022

Black with #F06022

Text Example


Text Example

White with #F06022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06022; }

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

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

background-color css

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

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

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

border-color css

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

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

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