Html Css Color HEX #F85C1F Outrageous Orange

📋 copy color: '#F85C1F'

red 248 ◦ green 92 ◦ blue 31

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

Shades of Outrageous Orange #F85C1F

Tints of Outrageous Orange #F85C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 66.85%
G = 24.8%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F85C1F (or 0xF85C1F) is known color: Outrageous Orange. HEX triplet: F8, 5C and 1F. RGB value is (248,92,31). Sum of RGB (Red+Green+Blue) = 248+92+31=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C1F is #07A3E0. Grayscale: #848484. Windows color (decimal): -500705 or 2055416. OLE color: 2055416.

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

Color convert

RGB 248 92 31 -
CMYK 0 0.63 0.88 0.03
HSL 16.87º 0.94% 0.55% -
HSV(B) 16.87º 0.88% 0.97% -
XYZ 42.79 27.71 4.39 -
YUV 131.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 248 92 31 0 0.63 0.88 0.03 16.87 0.94 0.55
Hex F8 5C 1F 0 3F 58 3 11 5E 37
Octal 370 134 37 0 77 130 3 21 136 67
Binary 11111000 1011100 11111 0 111111 1011000 11 10001 1011110 110111

Color Harmonies of #F85C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C1F

Black with #F85C1F

Text Example


Text Example

White with #F85C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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