Html Css Color HEX #F85422 Outrageous Orange

📋 copy color: '#F85422'

red 248 ◦ green 84 ◦ blue 34

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

Shades of Outrageous Orange #F85422

Tints of Outrageous Orange #F85422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.95%

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

R = 67.76%
G = 22.95%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F85422 (or 0xF85422) is known color: Outrageous Orange. HEX triplet: F8, 54 and 22. RGB value is (248,84,34). Sum of RGB (Red+Green+Blue) = 248+84+34=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F85422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85422 is #07ABDD. Grayscale: #7F7F7F. Windows color (decimal): -502750 or 2249976. OLE color: 2249976.

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

Color convert

RGB 248 84 34 -
CMYK 0 0.66 0.86 0.03
HSL 14.02º 0.94% 0.55% -
HSV(B) 14.02º 0.86% 0.97% -
XYZ 42.17 26.41 4.39 -
YUV 127.34 75.33 214.07 -
System Red Green Blue C M Y K H S L
Decimal 248 84 34 0 0.66 0.86 0.03 14.02 0.94 0.55
Hex F8 54 22 0 42 56 3 E 5E 37
Octal 370 124 42 0 102 126 3 16 136 67
Binary 11111000 1010100 100010 0 1000010 1010110 11 1110 1011110 110111

Color Harmonies of #F85422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85422

Black with #F85422

Text Example


Text Example

White with #F85422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85422; }

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

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

background-color css

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

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

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

border-color css

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

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

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