Html Css Color HEX #F55318 International Orange

📋 copy color: '#F55318'

red 245 ◦ green 83 ◦ blue 24

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

Shades of International Orange #F55318

Tints of International Orange #F55318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 69.6%
G = 23.58%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F55318 (or 0xF55318) is known color: International Orange. HEX triplet: F5, 53 and 18. RGB value is (245,83,24). Sum of RGB (Red+Green+Blue) = 245+83+24=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F55318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55318 is #0AACE7. Grayscale: #7D7D7D. Windows color (decimal): -699624 or 1594357. OLE color: 1594357.

HSL color Cylindrical-coordinate representation of color #F55318: hue angle of 16.02º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F55318 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 24 -
CMYK 0 0.66 0.90 0.04
HSL 16.02º 0.92% 0.53% -
HSV(B) 16.02º 0.9% 0.96% -
XYZ 40.91 25.66 3.66 -
YUV 124.71 71.17 213.8 -
System Red Green Blue C M Y K H S L
Decimal 245 83 24 0 0.66 0.90 0.04 16.02 0.92 0.53
Hex F5 53 18 0 42 5A 4 10 5C 35
Octal 365 123 30 0 102 132 4 20 134 65
Binary 11110101 1010011 11000 0 1000010 1011010 100 10000 1011100 110101

Color Harmonies of #F55318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55318

Black with #F55318

Text Example


Text Example

White with #F55318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55318; }

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

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

background-color css

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

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

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

border-color css

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

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

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