Html Css Color HEX #F05628 Outrageous Orange

📋 copy color: '#F05628'

red 240 ◦ green 86 ◦ blue 40

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

Shades of Outrageous Orange #F05628

Tints of Outrageous Orange #F05628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

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

R = 65.57%
G = 23.5%
B = 10.93%

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

#F05628 (or 0xF05628) is known color: Outrageous Orange. HEX triplet: F0, 56 and 28. RGB value is (240,86,40). Sum of RGB (Red+Green+Blue) = 240+86+40=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F05628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05628 is #0FA9D7. Grayscale: #7F7F7F. Windows color (decimal): -1026520 or 2643696. OLE color: 2643696.

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

Color convert

RGB 240 86 40 -
CMYK 0 0.64 0.83 0.06
HSL 13.8º 0.87% 0.55% -
HSV(B) 13.8º 0.83% 0.94% -
XYZ 39.65 25.33 4.81 -
YUV 126.8 79.02 208.74 -
System Red Green Blue C M Y K H S L
Decimal 240 86 40 0 0.64 0.83 0.06 13.8 0.87 0.55
Hex F0 56 28 0 40 53 6 E 57 37
Octal 360 126 50 0 100 123 6 16 127 67
Binary 11110000 1010110 101000 0 1000000 1010011 110 1110 1010111 110111

Color Harmonies of #F05628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05628

Black with #F05628

Text Example


Text Example

White with #F05628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05628; }

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

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

background-color css

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

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

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

border-color css

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

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

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