Html Css Color HEX #F85F2C Outrageous Orange

📋 copy color: '#F85F2C'

red 248 ◦ green 95 ◦ blue 44

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

Shades of Outrageous Orange #F85F2C

Tints of Outrageous Orange #F85F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 64.08%
G = 24.55%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F85F2C (or 0xF85F2C) is known color: Outrageous Orange. HEX triplet: F8, 5F and 2C. RGB value is (248,95,44). Sum of RGB (Red+Green+Blue) = 248+95+44=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85F2C is #07A0D3. Grayscale: #878787. Windows color (decimal): -499924 or 2908152. OLE color: 2908152.

HSL color Cylindrical-coordinate representation of color #F85F2C: hue angle of 15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F85F2C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 95 44 -
CMYK 0 0.62 0.82 0.03
HSL 15º 0.94% 0.57% -
HSV(B) 15º 0.82% 0.97% -
XYZ 43.26 28.32 5.57 -
YUV 134.93 76.69 208.65 -
System Red Green Blue C M Y K H S L
Decimal 248 95 44 0 0.62 0.82 0.03 15 0.94 0.57
Hex F8 5F 2C 0 3E 52 3 F 5E 39
Octal 370 137 54 0 76 122 3 17 136 71
Binary 11111000 1011111 101100 0 111110 1010010 11 1111 1011110 111001

Color Harmonies of #F85F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F2C

Black with #F85F2C

Text Example


Text Example

White with #F85F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F2C; }

 p { color: rgb(248,95,44); }

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

background-color css

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

 a { background-color: rgb(248,95,44); }

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

border-color css

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

 span { border-color: rgb(248,95,44); }

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