Html Css Color HEX #F85A22 Outrageous Orange

📋 copy color: '#F85A22'

red 248 ◦ green 90 ◦ blue 34

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

Shades of Outrageous Orange #F85A22

Tints of Outrageous Orange #F85A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.14%

R = 66.67%
G = 24.19%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F85A22 (or 0xF85A22) is known color: Outrageous Orange. HEX triplet: F8, 5A and 22. RGB value is (248,90,34). Sum of RGB (Red+Green+Blue) = 248+90+34=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A22 is #07A5DD. Grayscale: #838383. Windows color (decimal): -501214 or 2251512. OLE color: 2251512.

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

Color convert

RGB 248 90 34 -
CMYK 0 0.64 0.86 0.03
HSL 15.7º 0.94% 0.55% -
HSV(B) 15.7º 0.86% 0.97% -
XYZ 42.66 27.38 4.55 -
YUV 130.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 248 90 34 0 0.64 0.86 0.03 15.7 0.94 0.55
Hex F8 5A 22 0 40 56 3 10 5E 37
Octal 370 132 42 0 100 126 3 20 136 67
Binary 11111000 1011010 100010 0 1000000 1010110 11 10000 1011110 110111

Color Harmonies of #F85A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A22

Black with #F85A22

Text Example


Text Example

White with #F85A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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