Html Css Color HEX #F05829 Outrageous Orange

📋 copy color: '#F05829'

red 240 ◦ green 88 ◦ blue 41

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

Shades of Outrageous Orange #F05829

Tints of Outrageous Orange #F05829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.11%

R = 65.04%
G = 23.85%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F05829 (or 0xF05829) is known color: Outrageous Orange. HEX triplet: F0, 58 and 29. RGB value is (240,88,41). Sum of RGB (Red+Green+Blue) = 240+88+41=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F05829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05829 is #0FA7D6. Grayscale: #808080. Windows color (decimal): -1026007 or 2709744. OLE color: 2709744.

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

Color convert

RGB 240 88 41 -
CMYK 0 0.63 0.83 0.06
HSL 14.17º 0.87% 0.55% -
HSV(B) 14.17º 0.83% 0.94% -
XYZ 39.83 25.66 4.95 -
YUV 128.09 78.86 207.82 -
System Red Green Blue C M Y K H S L
Decimal 240 88 41 0 0.63 0.83 0.06 14.17 0.87 0.55
Hex F0 58 29 0 3F 53 6 E 57 37
Octal 360 130 51 0 77 123 6 16 127 67
Binary 11110000 1011000 101001 0 111111 1010011 110 1110 1010111 110111

Color Harmonies of #F05829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05829

Black with #F05829

Text Example


Text Example

White with #F05829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05829; }

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

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

background-color css

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

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

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

border-color css

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

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

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