Html Css Color HEX #F05928 Outrageous Orange

📋 copy color: '#F05928'

red 240 ◦ green 89 ◦ blue 40

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

Shades of Outrageous Orange #F05928

Tints of Outrageous Orange #F05928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

 BLUE value IS 40 (16.02% from 255) = 10.84%

R = 65.04%
G = 24.12%
B = 10.84%

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

#F05928 (or 0xF05928) is known color: Outrageous Orange. HEX triplet: F0, 59 and 28. RGB value is (240,89,40). Sum of RGB (Red+Green+Blue) = 240+89+40=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F05928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05928 is #0FA6D7. Grayscale: #808080. Windows color (decimal): -1025752 or 2644464. OLE color: 2644464.

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

Color convert

RGB 240 89 40 -
CMYK 0 0.63 0.83 0.06
HSL 14.7º 0.87% 0.55% -
HSV(B) 14.7º 0.83% 0.94% -
XYZ 39.89 25.82 4.89 -
YUV 128.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 240 89 40 0 0.63 0.83 0.06 14.7 0.87 0.55
Hex F0 59 28 0 3F 53 6 F 57 37
Octal 360 131 50 0 77 123 6 17 127 67
Binary 11110000 1011001 101000 0 111111 1010011 110 1111 1010111 110111

Color Harmonies of #F05928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05928

Black with #F05928

Text Example


Text Example

White with #F05928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05928; }

 p { color: rgb(240,89,40); }

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

background-color css

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

 a { background-color: rgb(240,89,40); }

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

border-color css

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

 span { border-color: rgb(240,89,40); }

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