Html Css Color HEX #F74F0F International Orange

📋 copy color: '#F74F0F'

red 247 ◦ green 79 ◦ blue 15

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

Shades of International Orange #F74F0F

Tints of International Orange #F74F0F

RGB

 RED value IS 247 (96.88% from 255) = 72.43%

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

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 72.43%
G = 23.17%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F74F0F (or 0xF74F0F) is known color: International Orange. HEX triplet: F7, 4F and 0F. RGB value is (247,79,15). Sum of RGB (Red+Green+Blue) = 247+79+15=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74F0F is #08B0F0. Grayscale: #7A7A7A. Windows color (decimal): -569585 or 1003511. OLE color: 1003511.

HSL color Cylindrical-coordinate representation of color #F74F0F: hue angle of 16.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F74F0F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 15 -
CMYK 0 0.68 0.94 0.03
HSL 16.55º 0.94% 0.51% -
HSV(B) 16.55º 0.94% 0.97% -
XYZ 41.24 25.4 3.18 -
YUV 121.94 67.66 217.2 -
System Red Green Blue C M Y K H S L
Decimal 247 79 15 0 0.68 0.94 0.03 16.55 0.94 0.51
Hex F7 4F F 0 44 5E 3 11 5E 33
Octal 367 117 17 0 104 136 3 21 136 63
Binary 11110111 1001111 1111 0 1000100 1011110 11 10001 1011110 110011

Color Harmonies of #F74F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F0F

Black with #F74F0F

Text Example


Text Example

White with #F74F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F0F; }

 p { color: rgb(247,79,15); }

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

background-color css

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

 a { background-color: rgb(247,79,15); }

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

border-color css

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

 span { border-color: rgb(247,79,15); }

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