Html Css Color HEX #F05223 Outrageous Orange

📋 copy color: '#F05223'

red 240 ◦ green 82 ◦ blue 35

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

Shades of Outrageous Orange #F05223

Tints of Outrageous Orange #F05223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 67.23%
G = 22.97%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F05223 (or 0xF05223) is known color: Outrageous Orange. HEX triplet: F0, 52 and 23. RGB value is (240,82,35). Sum of RGB (Red+Green+Blue) = 240+82+35=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F05223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05223 is #0FADDC. Grayscale: #7C7C7C. Windows color (decimal): -1027549 or 2314992. OLE color: 2314992.

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

Color convert

RGB 240 82 35 -
CMYK 0 0.66 0.85 0.06
HSL 13.76º 0.87% 0.54% -
HSV(B) 13.76º 0.85% 0.94% -
XYZ 39.26 24.68 4.29 -
YUV 123.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 240 82 35 0 0.66 0.85 0.06 13.76 0.87 0.54
Hex F0 52 23 0 42 55 6 E 57 36
Octal 360 122 43 0 102 125 6 16 127 66
Binary 11110000 1010010 100011 0 1000010 1010101 110 1110 1010111 110110

Color Harmonies of #F05223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05223

Black with #F05223

Text Example


Text Example

White with #F05223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05223; }

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

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

background-color css

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

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

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

border-color css

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

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

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