Html Css Color HEX #F85A21 Outrageous Orange

📋 copy color: '#F85A21'

red 248 ◦ green 90 ◦ blue 33

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

Shades of Outrageous Orange #F85A21

Tints of Outrageous Orange #F85A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 66.85%
G = 24.26%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F85A21 (or 0xF85A21) is known color: Outrageous Orange. HEX triplet: F8, 5A and 21. RGB value is (248,90,33). Sum of RGB (Red+Green+Blue) = 248+90+33=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A21 is #07A5DE. Grayscale: #838383. Windows color (decimal): -501215 or 2185976. OLE color: 2185976.

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

Color convert

RGB 248 90 33 -
CMYK 0 0.64 0.87 0.03
HSL 15.91º 0.94% 0.55% -
HSV(B) 15.91º 0.87% 0.97% -
XYZ 42.64 27.38 4.48 -
YUV 130.74 72.85 211.63 -
System Red Green Blue C M Y K H S L
Decimal 248 90 33 0 0.64 0.87 0.03 15.91 0.94 0.55
Hex F8 5A 21 0 40 57 3 10 5E 37
Octal 370 132 41 0 100 127 3 20 136 67
Binary 11111000 1011010 100001 0 1000000 1010111 11 10000 1011110 110111

Color Harmonies of #F85A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A21

Black with #F85A21

Text Example


Text Example

White with #F85A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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