Html Css Color HEX #F85535 Outrageous Orange

📋 copy color: '#F85535'

red 248 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #F85535

Tints of Outrageous Orange #F85535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 64.25%
G = 22.02%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F85535 (or 0xF85535) is known color: Outrageous Orange. HEX triplet: F8, 55 and 35. RGB value is (248,85,53). Sum of RGB (Red+Green+Blue) = 248+85+53=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F85535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85535 is #07AACA. Grayscale: #828282. Windows color (decimal): -502475 or 3495416. OLE color: 3495416.

HSL color Cylindrical-coordinate representation of color #F85535: hue angle of 9.85º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F85535 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 85 53 -
CMYK 0 0.66 0.79 0.03
HSL 9.85º 0.93% 0.59% -
HSV(B) 9.85º 0.79% 0.97% -
XYZ 42.6 26.71 6.28 -
YUV 130.09 84.5 212.1 -
System Red Green Blue C M Y K H S L
Decimal 248 85 53 0 0.66 0.79 0.03 9.85 0.93 0.59
Hex F8 55 35 0 42 4F 3 A 5D 3B
Octal 370 125 65 0 102 117 3 12 135 73
Binary 11111000 1010101 110101 0 1000010 1001111 11 1010 1011101 111011

Color Harmonies of #F85535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85535

Black with #F85535

Text Example


Text Example

White with #F85535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85535; }

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

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

background-color css

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

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

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

border-color css

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

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

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