Html Css Color HEX #F85534 Outrageous Orange

📋 copy color: '#F85534'

red 248 ◦ green 85 ◦ blue 52

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

Shades of Outrageous Orange #F85534

Tints of Outrageous Orange #F85534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 64.42%
G = 22.08%
B = 13.51%

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

#F85534 (or 0xF85534) is known color: Outrageous Orange. HEX triplet: F8, 55 and 34. RGB value is (248,85,52). Sum of RGB (Red+Green+Blue) = 248+85+52=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F85534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85534 is #07AACB. Grayscale: #828282. Windows color (decimal): -502476 or 3429880. OLE color: 3429880.

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

Color convert

RGB 248 85 52 -
CMYK 0 0.66 0.79 0.03
HSL 10.1º 0.93% 0.59% -
HSV(B) 10.1º 0.79% 0.97% -
XYZ 42.58 26.7 6.16 -
YUV 129.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 248 85 52 0 0.66 0.79 0.03 10.1 0.93 0.59
Hex F8 55 34 0 42 4F 3 A 5D 3B
Octal 370 125 64 0 102 117 3 12 135 73
Binary 11111000 1010101 110100 0 1000010 1001111 11 1010 1011101 111011

Color Harmonies of #F85534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85534

Black with #F85534

Text Example


Text Example

White with #F85534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85534; }

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

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

background-color css

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

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

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

border-color css

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

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

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