Html Css Color HEX #F05728 Outrageous Orange

📋 copy color: '#F05728'

red 240 ◦ green 87 ◦ blue 40

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

Shades of Outrageous Orange #F05728

Tints of Outrageous Orange #F05728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

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

R = 65.4%
G = 23.71%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F05728 (or 0xF05728) is known color: Outrageous Orange. HEX triplet: F0, 57 and 28. RGB value is (240,87,40). Sum of RGB (Red+Green+Blue) = 240+87+40=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F05728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05728 is #0FA8D7. Grayscale: #7F7F7F. Windows color (decimal): -1026264 or 2643952. OLE color: 2643952.

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

Color convert

RGB 240 87 40 -
CMYK 0 0.64 0.83 0.06
HSL 14.1º 0.87% 0.55% -
HSV(B) 14.1º 0.83% 0.94% -
XYZ 39.73 25.49 4.83 -
YUV 127.39 78.69 208.32 -
System Red Green Blue C M Y K H S L
Decimal 240 87 40 0 0.64 0.83 0.06 14.1 0.87 0.55
Hex F0 57 28 0 40 53 6 E 57 37
Octal 360 127 50 0 100 123 6 16 127 67
Binary 11110000 1010111 101000 0 1000000 1010011 110 1110 1010111 110111

Color Harmonies of #F05728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05728

Black with #F05728

Text Example


Text Example

White with #F05728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05728; }

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

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

background-color css

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

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

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

border-color css

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

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

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