Html Css Color HEX #F05A25 Outrageous Orange

📋 copy color: '#F05A25'

red 240 ◦ green 90 ◦ blue 37

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

Shades of Outrageous Orange #F05A25

Tints of Outrageous Orange #F05A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.08%

R = 65.4%
G = 24.52%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F05A25 (or 0xF05A25) is known color: Outrageous Orange. HEX triplet: F0, 5A and 25. RGB value is (240,90,37). Sum of RGB (Red+Green+Blue) = 240+90+37=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A25 is #0FA5DA. Grayscale: #818181. Windows color (decimal): -1025499 or 2448112. OLE color: 2448112.

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

Color convert

RGB 240 90 37 -
CMYK 0 0.62 0.85 0.06
HSL 15.67º 0.87% 0.54% -
HSV(B) 15.67º 0.85% 0.94% -
XYZ 39.93 25.97 4.66 -
YUV 128.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 240 90 37 0 0.62 0.85 0.06 15.67 0.87 0.54
Hex F0 5A 25 0 3E 55 6 10 57 36
Octal 360 132 45 0 76 125 6 20 127 66
Binary 11110000 1011010 100101 0 111110 1010101 110 10000 1010111 110110

Color Harmonies of #F05A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A25

Black with #F05A25

Text Example


Text Example

White with #F05A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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