Html Css Color HEX #F05D25 Outrageous Orange

📋 copy color: '#F05D25'

red 240 ◦ green 93 ◦ blue 37

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

Shades of Outrageous Orange #F05D25

Tints of Outrageous Orange #F05D25

RGB

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

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

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

R = 64.86%
G = 25.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F05D25 (or 0xF05D25) is known color: Outrageous Orange. HEX triplet: F0, 5D and 25. RGB value is (240,93,37). Sum of RGB (Red+Green+Blue) = 240+93+37=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D25 is #0FA2DA. Grayscale: #828282. Windows color (decimal): -1024731 or 2448880. OLE color: 2448880.

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

Color convert

RGB 240 93 37 -
CMYK 0 0.61 0.85 0.06
HSL 16.55º 0.87% 0.54% -
HSV(B) 16.55º 0.85% 0.94% -
XYZ 40.18 26.49 4.74 -
YUV 130.57 75.2 206.05 -
System Red Green Blue C M Y K H S L
Decimal 240 93 37 0 0.61 0.85 0.06 16.55 0.87 0.54
Hex F0 5D 25 0 3D 55 6 11 57 36
Octal 360 135 45 0 75 125 6 21 127 66
Binary 11110000 1011101 100101 0 111101 1010101 110 10001 1010111 110110

Color Harmonies of #F05D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D25

Black with #F05D25

Text Example


Text Example

White with #F05D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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