Html Css Color HEX #F85538 Outrageous Orange

📋 copy color: '#F85538'

red 248 ◦ green 85 ◦ blue 56

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

Shades of Outrageous Orange #F85538

Tints of Outrageous Orange #F85538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 63.75%
G = 21.85%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F85538 (or 0xF85538) is known color: Outrageous Orange. HEX triplet: F8, 55 and 38. RGB value is (248,85,56). Sum of RGB (Red+Green+Blue) = 248+85+56=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F85538 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85538 is #07AAC7. Grayscale: #828282. Windows color (decimal): -502472 or 3692024. OLE color: 3692024.

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

Color convert

RGB 248 85 56 -
CMYK 0 0.66 0.77 0.03
HSL 9.06º 0.93% 0.6% -
HSV(B) 9.06º 0.77% 0.97% -
XYZ 42.67 26.74 6.65 -
YUV 130.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 248 85 56 0 0.66 0.77 0.03 9.06 0.93 0.6
Hex F8 55 38 0 42 4D 3 9 5D 3C
Octal 370 125 70 0 102 115 3 11 135 74
Binary 11111000 1010101 111000 0 1000010 1001101 11 1001 1011101 111100

Color Harmonies of #F85538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85538

Black with #F85538

Text Example


Text Example

White with #F85538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85538; }

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

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

background-color css

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

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

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

border-color css

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

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

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