Html Css Color HEX #F05823 Outrageous Orange

📋 copy color: '#F05823'

red 240 ◦ green 88 ◦ blue 35

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

Shades of Outrageous Orange #F05823

Tints of Outrageous Orange #F05823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 66.12%
G = 24.24%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F05823 (or 0xF05823) is known color: Outrageous Orange. HEX triplet: F0, 58 and 23. RGB value is (240,88,35). Sum of RGB (Red+Green+Blue) = 240+88+35=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F05823 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05823 is #0FA7DC. Grayscale: #7F7F7F. Windows color (decimal): -1026013 or 2316528. OLE color: 2316528.

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

Color convert

RGB 240 88 35 -
CMYK 0 0.63 0.85 0.06
HSL 15.51º 0.87% 0.54% -
HSV(B) 15.51º 0.85% 0.94% -
XYZ 39.73 25.63 4.44 -
YUV 127.41 75.86 208.31 -
System Red Green Blue C M Y K H S L
Decimal 240 88 35 0 0.63 0.85 0.06 15.51 0.87 0.54
Hex F0 58 23 0 3F 55 6 10 57 36
Octal 360 130 43 0 77 125 6 20 127 66
Binary 11110000 1011000 100011 0 111111 1010101 110 10000 1010111 110110

Color Harmonies of #F05823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05823

Black with #F05823

Text Example


Text Example

White with #F05823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05823; }

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

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

background-color css

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

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

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

border-color css

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

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

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