Html Css Color HEX #F85924 Outrageous Orange

📋 copy color: '#F85924'

red 248 ◦ green 89 ◦ blue 36

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

Shades of Outrageous Orange #F85924

Tints of Outrageous Orange #F85924

RGB

 RED value IS 248 (97.27% from 255) = 66.49%

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 66.49%
G = 23.86%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F85924 (or 0xF85924) is known color: Outrageous Orange. HEX triplet: F8, 59 and 24. RGB value is (248,89,36). Sum of RGB (Red+Green+Blue) = 248+89+36=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F85924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85924 is #07A6DB. Grayscale: #828282. Windows color (decimal): -501468 or 2382328. OLE color: 2382328.

HSL color Cylindrical-coordinate representation of color #F85924: hue angle of 15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F85924 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 89 36 -
CMYK 0 0.64 0.85 0.03
HSL 15º 0.94% 0.56% -
HSV(B) 15º 0.85% 0.97% -
XYZ 42.6 27.23 4.68 -
YUV 130.5 74.68 211.81 -
System Red Green Blue C M Y K H S L
Decimal 248 89 36 0 0.64 0.85 0.03 15 0.94 0.56
Hex F8 59 24 0 40 55 3 F 5E 38
Octal 370 131 44 0 100 125 3 17 136 70
Binary 11111000 1011001 100100 0 1000000 1010101 11 1111 1011110 111000

Color Harmonies of #F85924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85924

Black with #F85924

Text Example


Text Example

White with #F85924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85924; }

 p { color: rgb(248,89,36); }

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

background-color css

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

 a { background-color: rgb(248,89,36); }

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

border-color css

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

 span { border-color: rgb(248,89,36); }

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