Html Css Color HEX #F05D28 Outrageous Orange

📋 copy color: '#F05D28'

red 240 ◦ green 93 ◦ blue 40

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

Shades of Outrageous Orange #F05D28

Tints of Outrageous Orange #F05D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 64.34%
G = 24.93%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F05D28 (or 0xF05D28) is known color: Outrageous Orange. HEX triplet: F0, 5D and 28. RGB value is (240,93,40). Sum of RGB (Red+Green+Blue) = 240+93+40=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D28 is #0FA2D7. Grayscale: #838383. Windows color (decimal): -1024728 or 2645488. OLE color: 2645488.

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

Color convert

RGB 240 93 40 -
CMYK 0 0.61 0.83 0.06
HSL 15.9º 0.87% 0.55% -
HSV(B) 15.9º 0.83% 0.94% -
XYZ 40.23 26.51 5 -
YUV 130.91 76.7 205.81 -
System Red Green Blue C M Y K H S L
Decimal 240 93 40 0 0.61 0.83 0.06 15.9 0.87 0.55
Hex F0 5D 28 0 3D 53 6 10 57 37
Octal 360 135 50 0 75 123 6 20 127 67
Binary 11110000 1011101 101000 0 111101 1010011 110 10000 1010111 110111

Color Harmonies of #F05D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D28

Black with #F05D28

Text Example


Text Example

White with #F05D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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