Html Css Color HEX #F85021 Outrageous Orange

📋 copy color: '#F85021'

red 248 ◦ green 80 ◦ blue 33

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

Shades of Outrageous Orange #F85021

Tints of Outrageous Orange #F85021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 68.7%
G = 22.16%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F85021 (or 0xF85021) is known color: Outrageous Orange. HEX triplet: F8, 50 and 21. RGB value is (248,80,33). Sum of RGB (Red+Green+Blue) = 248+80+33=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F85021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85021 is #07AFDE. Grayscale: #7D7D7D. Windows color (decimal): -503775 or 2183416. OLE color: 2183416.

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

Color convert

RGB 248 80 33 -
CMYK 0 0.68 0.87 0.03
HSL 13.12º 0.94% 0.55% -
HSV(B) 13.12º 0.87% 0.97% -
XYZ 41.85 25.8 4.21 -
YUV 124.87 76.16 215.82 -
System Red Green Blue C M Y K H S L
Decimal 248 80 33 0 0.68 0.87 0.03 13.12 0.94 0.55
Hex F8 50 21 0 44 57 3 D 5E 37
Octal 370 120 41 0 104 127 3 15 136 67
Binary 11111000 1010000 100001 0 1000100 1010111 11 1101 1011110 110111

Color Harmonies of #F85021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85021

Black with #F85021

Text Example


Text Example

White with #F85021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85021; }

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

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

background-color css

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

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

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

border-color css

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

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

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