Html Css Color HEX #F55304 International Orange

📋 copy color: '#F55304'

red 245 ◦ green 83 ◦ blue 4

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

Shades of International Orange #F55304

Tints of International Orange #F55304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 73.8%
G = 25%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55304 (or 0xF55304) is known color: International Orange. HEX triplet: F5, 53 and 04. RGB value is (245,83,4). Sum of RGB (Red+Green+Blue) = 245+83+4=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F55304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55304 is #0AACFB. Grayscale: #7A7A7A. Windows color (decimal): -699644 or 283637. OLE color: 283637.

HSL color Cylindrical-coordinate representation of color #F55304: hue angle of 19.67º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F55304 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 4 -
CMYK 0 0.66 0.98 0.04
HSL 19.67º 0.97% 0.49% -
HSV(B) 19.67º 0.98% 0.96% -
XYZ 40.77 25.61 2.91 -
YUV 122.43 61.17 215.42 -
System Red Green Blue C M Y K H S L
Decimal 245 83 4 0 0.66 0.98 0.04 19.67 0.97 0.49
Hex F5 53 4 0 42 62 4 14 61 31
Octal 365 123 4 0 102 142 4 24 141 61
Binary 11110101 1010011 100 0 1000010 1100010 100 10100 1100001 110001

Color Harmonies of #F55304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55304

Black with #F55304

Text Example


Text Example

White with #F55304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55304; }

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

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

background-color css

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

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

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

border-color css

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

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

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