Html Css Color HEX #F55515 International Orange

📋 copy color: '#F55515'

red 245 ◦ green 85 ◦ blue 21

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

Shades of International Orange #F55515

Tints of International Orange #F55515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 69.8%
G = 24.22%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F55515 (or 0xF55515) is known color: International Orange. HEX triplet: F5, 55 and 15. RGB value is (245,85,21). Sum of RGB (Red+Green+Blue) = 245+85+21=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55515 is #0AAAEA. Grayscale: #7D7D7D. Windows color (decimal): -699115 or 1398261. OLE color: 1398261.

HSL color Cylindrical-coordinate representation of color #F55515: hue angle of 17.14º 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 #F55515 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 21 -
CMYK 0 0.65 0.91 0.04
HSL 17.14º 0.92% 0.52% -
HSV(B) 17.14º 0.91% 0.96% -
XYZ 41.04 25.96 3.56 -
YUV 125.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 245 85 21 0 0.65 0.91 0.04 17.14 0.92 0.52
Hex F5 55 15 0 41 5B 4 11 5C 34
Octal 365 125 25 0 101 133 4 21 134 64
Binary 11110101 1010101 10101 0 1000001 1011011 100 10001 1011100 110100

Color Harmonies of #F55515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55515

Black with #F55515

Text Example


Text Example

White with #F55515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55515; }

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

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

background-color css

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

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

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

border-color css

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

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

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