Html Css Color HEX #F55316 International Orange

📋 copy color: '#F55316'

red 245 ◦ green 83 ◦ blue 22

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

Shades of International Orange #F55316

Tints of International Orange #F55316

RGB

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

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

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

R = 70%
G = 23.71%
B = 6.29%

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

#F55316 (or 0xF55316) is known color: International Orange. HEX triplet: F5, 53 and 16. RGB value is (245,83,22). Sum of RGB (Red+Green+Blue) = 245+83+22=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55316 is #0AACE9. Grayscale: #7C7C7C. Windows color (decimal): -699626 or 1463285. OLE color: 1463285.

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

Color convert

RGB 245 83 22 -
CMYK 0 0.66 0.91 0.04
HSL 16.41º 0.92% 0.52% -
HSV(B) 16.41º 0.91% 0.96% -
XYZ 40.89 25.66 3.56 -
YUV 124.48 70.17 213.96 -
System Red Green Blue C M Y K H S L
Decimal 245 83 22 0 0.66 0.91 0.04 16.41 0.92 0.52
Hex F5 53 16 0 42 5B 4 10 5C 34
Octal 365 123 26 0 102 133 4 20 134 64
Binary 11110101 1010011 10110 0 1000010 1011011 100 10000 1011100 110100

Color Harmonies of #F55316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55316

Black with #F55316

Text Example


Text Example

White with #F55316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55316; }

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

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

background-color css

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

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

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

border-color css

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

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

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