Html Css Color HEX #F54F09 International Orange

📋 copy color: '#F54F09'

red 245 ◦ green 79 ◦ blue 9

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

Shades of International Orange #F54F09

Tints of International Orange #F54F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.72%

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

R = 73.57%
G = 23.72%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F54F09 (or 0xF54F09) is known color: International Orange. HEX triplet: F5, 4F and 09. RGB value is (245,79,9). Sum of RGB (Red+Green+Blue) = 245+79+9=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F09 is #0AB0F6. Grayscale: #797979. Windows color (decimal): -700663 or 610293. OLE color: 610293.

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

Color convert

RGB 245 79 9 -
CMYK 0 0.68 0.96 0.04
HSL 17.8º 0.93% 0.5% -
HSV(B) 17.8º 0.96% 0.96% -
XYZ 40.5 25.02 2.95 -
YUV 120.65 65 216.69 -
System Red Green Blue C M Y K H S L
Decimal 245 79 9 0 0.68 0.96 0.04 17.8 0.93 0.5
Hex F5 4F 9 0 44 60 4 12 5D 32
Octal 365 117 11 0 104 140 4 22 135 62
Binary 11110101 1001111 1001 0 1000100 1100000 100 10010 1011101 110010

Color Harmonies of #F54F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F09

Black with #F54F09

Text Example


Text Example

White with #F54F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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