Html Css Color HEX #F85C34 Outrageous Orange

📋 copy color: '#F85C34'

red 248 ◦ green 92 ◦ blue 52

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

Shades of Outrageous Orange #F85C34

Tints of Outrageous Orange #F85C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 63.27%
G = 23.47%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F85C34 (or 0xF85C34) is known color: Outrageous Orange. HEX triplet: F8, 5C and 34. RGB value is (248,92,52). Sum of RGB (Red+Green+Blue) = 248+92+52=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C34 is #07A3CB. Grayscale: #868686. Windows color (decimal): -500684 or 3431672. OLE color: 3431672.

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

Color convert

RGB 248 92 52 -
CMYK 0 0.63 0.79 0.03
HSL 12.24º 0.93% 0.59% -
HSV(B) 12.24º 0.79% 0.97% -
XYZ 43.16 27.86 6.35 -
YUV 134.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 248 92 52 0 0.63 0.79 0.03 12.24 0.93 0.59
Hex F8 5C 34 0 3F 4F 3 C 5D 3B
Octal 370 134 64 0 77 117 3 14 135 73
Binary 11111000 1011100 110100 0 111111 1001111 11 1100 1011101 111011

Color Harmonies of #F85C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C34

Black with #F85C34

Text Example


Text Example

White with #F85C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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