Html Css Color HEX #F85526 Outrageous Orange

📋 copy color: '#F85526'

red 248 ◦ green 85 ◦ blue 38

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

Shades of Outrageous Orange #F85526

Tints of Outrageous Orange #F85526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 38 (15.23% from 255) = 10.24%

R = 66.85%
G = 22.91%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F85526 (or 0xF85526) is known color: Outrageous Orange. HEX triplet: F8, 55 and 26. RGB value is (248,85,38). Sum of RGB (Red+Green+Blue) = 248+85+38=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85526 is #07AAD9. Grayscale: #808080. Windows color (decimal): -502490 or 2512376. OLE color: 2512376.

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

Color convert

RGB 248 85 38 -
CMYK 0 0.66 0.85 0.03
HSL 13.43º 0.94% 0.56% -
HSV(B) 13.43º 0.85% 0.97% -
XYZ 42.31 26.59 4.74 -
YUV 128.38 77 213.32 -
System Red Green Blue C M Y K H S L
Decimal 248 85 38 0 0.66 0.85 0.03 13.43 0.94 0.56
Hex F8 55 26 0 42 55 3 D 5E 38
Octal 370 125 46 0 102 125 3 15 136 70
Binary 11111000 1010101 100110 0 1000010 1010101 11 1101 1011110 111000

Color Harmonies of #F85526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85526

Black with #F85526

Text Example


Text Example

White with #F85526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85526; }

 p { color: rgb(248,85,38); }

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

background-color css

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

 a { background-color: rgb(248,85,38); }

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

border-color css

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

 span { border-color: rgb(248,85,38); }

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