Html Css Color HEX #F85315 International Orange

📋 copy color: '#F85315'

red 248 ◦ green 83 ◦ blue 21

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

Shades of International Orange #F85315

Tints of International Orange #F85315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 70.45%
G = 23.58%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85315 (or 0xF85315) is known color: International Orange. HEX triplet: F8, 53 and 15. RGB value is (248,83,21). Sum of RGB (Red+Green+Blue) = 248+83+21=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85315 is #07ACEA. Grayscale: #7D7D7D. Windows color (decimal): -503019 or 1397752. OLE color: 1397752.

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

Color convert

RGB 248 83 21 -
CMYK 0 0.67 0.92 0.03
HSL 16.39º 0.94% 0.53% -
HSV(B) 16.39º 0.92% 0.97% -
XYZ 41.94 26.2 3.56 -
YUV 125.27 69.16 215.54 -
System Red Green Blue C M Y K H S L
Decimal 248 83 21 0 0.67 0.92 0.03 16.39 0.94 0.53
Hex F8 53 15 0 43 5C 3 10 5E 35
Octal 370 123 25 0 103 134 3 20 136 65
Binary 11111000 1010011 10101 0 1000011 1011100 11 10000 1011110 110101

Color Harmonies of #F85315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85315

Black with #F85315

Text Example


Text Example

White with #F85315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85315; }

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

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

background-color css

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

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

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

border-color css

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

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

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