Html Css Color HEX #F06021 Outrageous Orange

📋 copy color: '#F06021'

red 240 ◦ green 96 ◦ blue 33

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

Shades of Outrageous Orange #F06021

Tints of Outrageous Orange #F06021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 65.04%
G = 26.02%
B = 8.94%

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

#F06021 (or 0xF06021) is known color: Outrageous Orange. HEX triplet: F0, 60 and 21. RGB value is (240,96,33). Sum of RGB (Red+Green+Blue) = 240+96+33=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F06021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06021 is #0F9FDE. Grayscale: #848484. Windows color (decimal): -1023967 or 2187504. OLE color: 2187504.

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

Color convert

RGB 240 96 33 -
CMYK 0 0.6 0.86 0.06
HSL 18.26º 0.87% 0.54% -
HSV(B) 18.26º 0.86% 0.94% -
XYZ 40.39 27 4.52 -
YUV 131.87 72.21 205.12 -
System Red Green Blue C M Y K H S L
Decimal 240 96 33 0 0.6 0.86 0.06 18.26 0.87 0.54
Hex F0 60 21 0 3C 56 6 12 57 36
Octal 360 140 41 0 74 126 6 22 127 66
Binary 11110000 1100000 100001 0 111100 1010110 110 10010 1010111 110110

Color Harmonies of #F06021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06021

Black with #F06021

Text Example


Text Example

White with #F06021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06021; }

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

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

background-color css

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

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

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

border-color css

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

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

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