Html Css Color HEX #F85229 Outrageous Orange

📋 copy color: '#F85229'

red 248 ◦ green 82 ◦ blue 41

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

Shades of Outrageous Orange #F85229

Tints of Outrageous Orange #F85229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 66.85%
G = 22.1%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F85229 (or 0xF85229) is known color: Outrageous Orange. HEX triplet: F8, 52 and 29. RGB value is (248,82,41). Sum of RGB (Red+Green+Blue) = 248+82+41=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85229 is #07ADD6. Grayscale: #7F7F7F. Windows color (decimal): -503255 or 2708216. OLE color: 2708216.

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

Color convert

RGB 248 82 41 -
CMYK 0 0.67 0.83 0.03
HSL 11.88º 0.94% 0.57% -
HSV(B) 11.88º 0.83% 0.97% -
XYZ 42.13 26.15 4.93 -
YUV 126.96 79.5 214.33 -
System Red Green Blue C M Y K H S L
Decimal 248 82 41 0 0.67 0.83 0.03 11.88 0.94 0.57
Hex F8 52 29 0 43 53 3 C 5E 39
Octal 370 122 51 0 103 123 3 14 136 71
Binary 11111000 1010010 101001 0 1000011 1010011 11 1100 1011110 111001

Color Harmonies of #F85229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85229

Black with #F85229

Text Example


Text Example

White with #F85229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85229; }

 p { color: rgb(248,82,41); }

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

background-color css

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

 a { background-color: rgb(248,82,41); }

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

border-color css

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

 span { border-color: rgb(248,82,41); }

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