Html Css Color HEX #F05F28 Outrageous Orange

📋 copy color: '#F05F28'

red 240 ◦ green 95 ◦ blue 40

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

Shades of Outrageous Orange #F05F28

Tints of Outrageous Orange #F05F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 64%
G = 25.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F05F28 (or 0xF05F28) is known color: Outrageous Orange. HEX triplet: F0, 5F and 28. RGB value is (240,95,40). Sum of RGB (Red+Green+Blue) = 240+95+40=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F28 is #0FA0D7. Grayscale: #848484. Windows color (decimal): -1024216 or 2646000. OLE color: 2646000.

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

Color convert

RGB 240 95 40 -
CMYK 0 0.60 0.83 0.06
HSL 16.5º 0.87% 0.55% -
HSV(B) 16.5º 0.83% 0.94% -
XYZ 40.41 26.86 5.06 -
YUV 132.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 240 95 40 0 0.60 0.83 0.06 16.5 0.87 0.55
Hex F0 5F 28 0 3C 53 6 10 57 37
Octal 360 137 50 0 74 123 6 20 127 67
Binary 11110000 1011111 101000 0 111100 1010011 110 10000 1010111 110111

Color Harmonies of #F05F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F28

Black with #F05F28

Text Example


Text Example

White with #F05F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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