Html Css Color HEX #F06122 Outrageous Orange

📋 copy color: '#F06122'

red 240 ◦ green 97 ◦ blue 34

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

Shades of Outrageous Orange #F06122

Tints of Outrageous Orange #F06122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 64.69%
G = 26.15%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F06122 (or 0xF06122) is known color: Outrageous Orange. HEX triplet: F0, 61 and 22. RGB value is (240,97,34). Sum of RGB (Red+Green+Blue) = 240+97+34=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F06122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06122 is #0F9EDD. Grayscale: #848484. Windows color (decimal): -1023710 or 2253296. OLE color: 2253296.

HSL color Cylindrical-coordinate representation of color #F06122: hue angle of 18.35º 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 #F06122 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 34 -
CMYK 0 0.60 0.86 0.06
HSL 18.35º 0.87% 0.54% -
HSV(B) 18.35º 0.86% 0.94% -
XYZ 40.5 27.19 4.63 -
YUV 132.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 240 97 34 0 0.60 0.86 0.06 18.35 0.87 0.54
Hex F0 61 22 0 3C 56 6 12 57 36
Octal 360 141 42 0 74 126 6 22 127 66
Binary 11110000 1100001 100010 0 111100 1010110 110 10010 1010111 110110

Color Harmonies of #F06122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06122

Black with #F06122

Text Example


Text Example

White with #F06122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06122; }

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

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

background-color css

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

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

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

border-color css

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

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

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