Html Css Color HEX #F55416 International Orange

📋 copy color: '#F55416'

red 245 ◦ green 84 ◦ blue 22

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

Shades of International Orange #F55416

Tints of International Orange #F55416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 69.8%
G = 23.93%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F55416 (or 0xF55416) is known color: International Orange. HEX triplet: F5, 54 and 16. RGB value is (245,84,22). Sum of RGB (Red+Green+Blue) = 245+84+22=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55416 is #0AABE9. Grayscale: #7D7D7D. Windows color (decimal): -699370 or 1463541. OLE color: 1463541.

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

Color convert

RGB 245 84 22 -
CMYK 0 0.66 0.91 0.04
HSL 16.68º 0.92% 0.52% -
HSV(B) 16.68º 0.91% 0.96% -
XYZ 40.97 25.81 3.58 -
YUV 125.07 69.84 213.54 -
System Red Green Blue C M Y K H S L
Decimal 245 84 22 0 0.66 0.91 0.04 16.68 0.92 0.52
Hex F5 54 16 0 42 5B 4 11 5C 34
Octal 365 124 26 0 102 133 4 21 134 64
Binary 11110101 1010100 10110 0 1000010 1011011 100 10001 1011100 110100

Color Harmonies of #F55416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55416

Black with #F55416

Text Example


Text Example

White with #F55416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55416; }

 p { color: rgb(245,84,22); }

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

background-color css

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

 a { background-color: rgb(245,84,22); }

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

border-color css

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

 span { border-color: rgb(245,84,22); }

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