Html Css Color HEX #F54F06 International Orange

📋 copy color: '#F54F06'

red 245 ◦ green 79 ◦ blue 6

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

Shades of International Orange #F54F06

Tints of International Orange #F54F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 74.24%
G = 23.94%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F54F06 (or 0xF54F06) is known color: International Orange. HEX triplet: F5, 4F and 06. RGB value is (245,79,6). Sum of RGB (Red+Green+Blue) = 245+79+6=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F06 is #0AB0F9. Grayscale: #787878. Windows color (decimal): -700666 or 413685. OLE color: 413685.

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

Color convert

RGB 245 79 6 -
CMYK 0 0.68 0.98 0.04
HSL 18.33º 0.95% 0.49% -
HSV(B) 18.33º 0.98% 0.96% -
XYZ 40.49 25.02 2.87 -
YUV 120.31 63.5 216.94 -
System Red Green Blue C M Y K H S L
Decimal 245 79 6 0 0.68 0.98 0.04 18.33 0.95 0.49
Hex F5 4F 6 0 44 62 4 12 5F 31
Octal 365 117 6 0 104 142 4 22 137 61
Binary 11110101 1001111 110 0 1000100 1100010 100 10010 1011111 110001

Color Harmonies of #F54F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F06

Black with #F54F06

Text Example


Text Example

White with #F54F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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