Html Css Color HEX #F85D38 Outrageous Orange

📋 copy color: '#F85D38'

red 248 ◦ green 93 ◦ blue 56

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

Shades of Outrageous Orange #F85D38

Tints of Outrageous Orange #F85D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

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

R = 62.47%
G = 23.43%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F85D38 (or 0xF85D38) is known color: Outrageous Orange. HEX triplet: F8, 5D and 38. RGB value is (248,93,56). Sum of RGB (Red+Green+Blue) = 248+93+56=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D38 is #07A2C7. Grayscale: #878787. Windows color (decimal): -500424 or 3694072. OLE color: 3694072.

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

Color convert

RGB 248 93 56 -
CMYK 0 0.62 0.77 0.03
HSL 11.56º 0.93% 0.6% -
HSV(B) 11.56º 0.77% 0.97% -
XYZ 43.34 28.07 6.88 -
YUV 135.13 83.35 208.51 -
System Red Green Blue C M Y K H S L
Decimal 248 93 56 0 0.62 0.77 0.03 11.56 0.93 0.6
Hex F8 5D 38 0 3E 4D 3 C 5D 3C
Octal 370 135 70 0 76 115 3 14 135 74
Binary 11111000 1011101 111000 0 111110 1001101 11 1100 1011101 111100

Color Harmonies of #F85D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D38

Black with #F85D38

Text Example


Text Example

White with #F85D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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