Html Css Color HEX #F55309 International Orange

📋 copy color: '#F55309'

red 245 ◦ green 83 ◦ blue 9

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

Shades of International Orange #F55309

Tints of International Orange #F55309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.67%

R = 72.7%
G = 24.63%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F55309 (or 0xF55309) is known color: International Orange. HEX triplet: F5, 53 and 09. RGB value is (245,83,9). Sum of RGB (Red+Green+Blue) = 245+83+9=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F55309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55309 is #0AACF6. Grayscale: #7B7B7B. Windows color (decimal): -699639 or 611317. OLE color: 611317.

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

Color convert

RGB 245 83 9 -
CMYK 0 0.66 0.96 0.04
HSL 18.81º 0.93% 0.5% -
HSV(B) 18.81º 0.96% 0.96% -
XYZ 40.8 25.62 3.05 -
YUV 123 63.67 215.02 -
System Red Green Blue C M Y K H S L
Decimal 245 83 9 0 0.66 0.96 0.04 18.81 0.93 0.5
Hex F5 53 9 0 42 60 4 13 5D 32
Octal 365 123 11 0 102 140 4 23 135 62
Binary 11110101 1010011 1001 0 1000010 1100000 100 10011 1011101 110010

Color Harmonies of #F55309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55309

Black with #F55309

Text Example


Text Example

White with #F55309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55309; }

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

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

background-color css

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

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

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

border-color css

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

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

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