Html Css Color HEX #F85A1F Outrageous Orange

📋 copy color: '#F85A1F'

red 248 ◦ green 90 ◦ blue 31

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

Shades of Outrageous Orange #F85A1F

Tints of Outrageous Orange #F85A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

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

R = 67.21%
G = 24.39%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F85A1F (or 0xF85A1F) is known color: Outrageous Orange. HEX triplet: F8, 5A and 1F. RGB value is (248,90,31). Sum of RGB (Red+Green+Blue) = 248+90+31=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A1F is #07A5E0. Grayscale: #828282. Windows color (decimal): -501217 or 2054904. OLE color: 2054904.

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

Color convert

RGB 248 90 31 -
CMYK 0 0.64 0.88 0.03
HSL 16.31º 0.94% 0.55% -
HSV(B) 16.31º 0.88% 0.97% -
XYZ 42.61 27.37 4.33 -
YUV 130.52 71.85 211.8 -
System Red Green Blue C M Y K H S L
Decimal 248 90 31 0 0.64 0.88 0.03 16.31 0.94 0.55
Hex F8 5A 1F 0 40 58 3 10 5E 37
Octal 370 132 37 0 100 130 3 20 136 67
Binary 11111000 1011010 11111 0 1000000 1011000 11 10000 1011110 110111

Color Harmonies of #F85A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A1F

Black with #F85A1F

Text Example


Text Example

White with #F85A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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