Html Css Color HEX #F54F05 International Orange

📋 copy color: '#F54F05'

red 245 ◦ green 79 ◦ blue 5

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

Shades of International Orange #F54F05

Tints of International Orange #F54F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 74.47%
G = 24.01%
B = 1.52%

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

#F54F05 (or 0xF54F05) is known color: International Orange. HEX triplet: F5, 4F and 05. RGB value is (245,79,5). Sum of RGB (Red+Green+Blue) = 245+79+5=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F05 is #0AB0FA. Grayscale: #787878. Windows color (decimal): -700667 or 348149. OLE color: 348149.

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

Color convert

RGB 245 79 5 -
CMYK 0 0.68 0.98 0.04
HSL 18.5º 0.96% 0.49% -
HSV(B) 18.5º 0.98% 0.96% -
XYZ 40.48 25.02 2.84 -
YUV 120.2 63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 245 79 5 0 0.68 0.98 0.04 18.5 0.96 0.49
Hex F5 4F 5 0 44 62 4 12 60 31
Octal 365 117 5 0 104 142 4 22 140 61
Binary 11110101 1001111 101 0 1000100 1100010 100 10010 1100000 110001

Color Harmonies of #F54F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F05

Black with #F54F05

Text Example


Text Example

White with #F54F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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