Html Css Color HEX #F05A27 Outrageous Orange

📋 copy color: '#F05A27'

red 240 ◦ green 90 ◦ blue 39

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

Shades of Outrageous Orange #F05A27

Tints of Outrageous Orange #F05A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

 BLUE value IS 39 (15.63% from 255) = 10.57%

R = 65.04%
G = 24.39%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F05A27 (or 0xF05A27) is known color: Outrageous Orange. HEX triplet: F0, 5A and 27. RGB value is (240,90,39). Sum of RGB (Red+Green+Blue) = 240+90+39=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A27 is #0FA5D8. Grayscale: #818181. Windows color (decimal): -1025497 or 2579184. OLE color: 2579184.

HSL color Cylindrical-coordinate representation of color #F05A27: hue angle of 15.22º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F05A27 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 39 -
CMYK 0 0.62 0.84 0.06
HSL 15.22º 0.87% 0.55% -
HSV(B) 15.22º 0.84% 0.94% -
XYZ 39.96 25.98 4.83 -
YUV 129.04 77.2 207.15 -
System Red Green Blue C M Y K H S L
Decimal 240 90 39 0 0.62 0.84 0.06 15.22 0.87 0.55
Hex F0 5A 27 0 3E 54 6 F 57 37
Octal 360 132 47 0 76 124 6 17 127 67
Binary 11110000 1011010 100111 0 111110 1010100 110 1111 1010111 110111

Color Harmonies of #F05A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A27

Black with #F05A27

Text Example


Text Example

White with #F05A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A27; }

 p { color: rgb(240,90,39); }

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

background-color css

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

 a { background-color: rgb(240,90,39); }

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

border-color css

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

 span { border-color: rgb(240,90,39); }

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