Html Css Color HEX #F85332 Outrageous Orange

📋 copy color: '#F85332'

red 248 ◦ green 83 ◦ blue 50

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

Shades of Outrageous Orange #F85332

Tints of Outrageous Orange #F85332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 65.09%
G = 21.78%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F85332 (or 0xF85332) is known color: Outrageous Orange. HEX triplet: F8, 53 and 32. RGB value is (248,83,50). Sum of RGB (Red+Green+Blue) = 248+83+50=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F85332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85332 is #07ACCD. Grayscale: #808080. Windows color (decimal): -502990 or 3298296. OLE color: 3298296.

HSL color Cylindrical-coordinate representation of color #F85332: hue angle of 10º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F85332 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 50 -
CMYK 0 0.67 0.80 0.03
HSL 10º 0.93% 0.58% -
HSV(B) 10º 0.8% 0.97% -
XYZ 42.38 26.37 5.87 -
YUV 128.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 248 83 50 0 0.67 0.80 0.03 10 0.93 0.58
Hex F8 53 32 0 43 50 3 A 5D 3A
Octal 370 123 62 0 103 120 3 12 135 72
Binary 11111000 1010011 110010 0 1000011 1010000 11 1010 1011101 111010

Color Harmonies of #F85332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85332

Black with #F85332

Text Example


Text Example

White with #F85332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85332; }

 p { color: rgb(248,83,50); }

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

background-color css

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

 a { background-color: rgb(248,83,50); }

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

border-color css

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

 span { border-color: rgb(248,83,50); }

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