Html Css Color HEX #F85321 Outrageous Orange

📋 copy color: '#F85321'

red 248 ◦ green 83 ◦ blue 33

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

Shades of Outrageous Orange #F85321

Tints of Outrageous Orange #F85321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 68.13%
G = 22.8%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F85321 (or 0xF85321) is known color: Outrageous Orange. HEX triplet: F8, 53 and 21. RGB value is (248,83,33). Sum of RGB (Red+Green+Blue) = 248+83+33=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F85321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85321 is #07ACDE. Grayscale: #7E7E7E. Windows color (decimal): -503007 or 2184184. OLE color: 2184184.

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

Color convert

RGB 248 83 33 -
CMYK 0 0.67 0.87 0.03
HSL 13.95º 0.94% 0.55% -
HSV(B) 13.95º 0.87% 0.97% -
XYZ 42.08 26.25 4.29 -
YUV 126.64 75.16 214.57 -
System Red Green Blue C M Y K H S L
Decimal 248 83 33 0 0.67 0.87 0.03 13.95 0.94 0.55
Hex F8 53 21 0 43 57 3 E 5E 37
Octal 370 123 41 0 103 127 3 16 136 67
Binary 11111000 1010011 100001 0 1000011 1010111 11 1110 1011110 110111

Color Harmonies of #F85321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85321

Black with #F85321

Text Example


Text Example

White with #F85321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85321; }

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

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

background-color css

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

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

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

border-color css

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

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

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