Html Css Color HEX #F06023 Outrageous Orange

📋 copy color: '#F06023'

red 240 ◦ green 96 ◦ blue 35

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

Shades of Outrageous Orange #F06023

Tints of Outrageous Orange #F06023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 64.69%
G = 25.88%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06023 (or 0xF06023) is known color: Outrageous Orange. HEX triplet: F0, 60 and 23. RGB value is (240,96,35). Sum of RGB (Red+Green+Blue) = 240+96+35=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F06023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06023 is #0F9FDC. Grayscale: #848484. Windows color (decimal): -1023965 or 2318576. OLE color: 2318576.

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

Color convert

RGB 240 96 35 -
CMYK 0 0.6 0.85 0.06
HSL 17.85º 0.87% 0.54% -
HSV(B) 17.85º 0.85% 0.94% -
XYZ 40.42 27.01 4.67 -
YUV 132.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 240 96 35 0 0.6 0.85 0.06 17.85 0.87 0.54
Hex F0 60 23 0 3C 55 6 12 57 36
Octal 360 140 43 0 74 125 6 22 127 66
Binary 11110000 1100000 100011 0 111100 1010101 110 10010 1010111 110110

Color Harmonies of #F06023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06023

Black with #F06023

Text Example


Text Example

White with #F06023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06023; }

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

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

background-color css

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

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

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

border-color css

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

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

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