Html Css Color HEX #F05825 Outrageous Orange

📋 copy color: '#F05825'

red 240 ◦ green 88 ◦ blue 37

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

Shades of Outrageous Orange #F05825

Tints of Outrageous Orange #F05825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 65.75%
G = 24.11%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F05825 (or 0xF05825) is known color: Outrageous Orange. HEX triplet: F0, 58 and 25. RGB value is (240,88,37). Sum of RGB (Red+Green+Blue) = 240+88+37=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F05825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05825 is #0FA7DA. Grayscale: #7F7F7F. Windows color (decimal): -1026011 or 2447600. OLE color: 2447600.

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

Color convert

RGB 240 88 37 -
CMYK 0 0.63 0.85 0.06
HSL 15.07º 0.87% 0.54% -
HSV(B) 15.07º 0.85% 0.94% -
XYZ 39.76 25.64 4.6 -
YUV 127.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 240 88 37 0 0.63 0.85 0.06 15.07 0.87 0.54
Hex F0 58 25 0 3F 55 6 F 57 36
Octal 360 130 45 0 77 125 6 17 127 66
Binary 11110000 1011000 100101 0 111111 1010101 110 1111 1010111 110110

Color Harmonies of #F05825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05825

Black with #F05825

Text Example


Text Example

White with #F05825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05825; }

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

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

background-color css

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

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

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

border-color css

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

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

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