Html Css Color HEX #F55215 International Orange

📋 copy color: '#F55215'

red 245 ◦ green 82 ◦ blue 21

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

Shades of International Orange #F55215

Tints of International Orange #F55215

RGB

 RED value IS 245 (96.09% from 255) = 70.4%

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

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

R = 70.4%
G = 23.56%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F55215 (or 0xF55215) is known color: International Orange. HEX triplet: F5, 52 and 15. RGB value is (245,82,21). Sum of RGB (Red+Green+Blue) = 245+82+21=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F55215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55215 is #0AADEA. Grayscale: #7C7C7C. Windows color (decimal): -699883 or 1397493. OLE color: 1397493.

HSL color Cylindrical-coordinate representation of color #F55215: hue angle of 16.34º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F55215 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 21 -
CMYK 0 0.67 0.91 0.04
HSL 16.34º 0.92% 0.52% -
HSV(B) 16.34º 0.91% 0.96% -
XYZ 40.81 25.5 3.48 -
YUV 123.78 70 214.46 -
System Red Green Blue C M Y K H S L
Decimal 245 82 21 0 0.67 0.91 0.04 16.34 0.92 0.52
Hex F5 52 15 0 43 5B 4 10 5C 34
Octal 365 122 25 0 103 133 4 20 134 64
Binary 11110101 1010010 10101 0 1000011 1011011 100 10000 1011100 110100

Color Harmonies of #F55215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55215

Black with #F55215

Text Example


Text Example

White with #F55215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55215; }

 p { color: rgb(245,82,21); }

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

background-color css

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

 a { background-color: rgb(245,82,21); }

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

border-color css

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

 span { border-color: rgb(245,82,21); }

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