Html Css Color HEX #F74C00 Vermilion

📋 copy color: '#F74C00'

red 247 ◦ green 76 ◦ blue 0

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

Shades of Vermilion #F74C00

Tints of Vermilion #F74C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.47%
G = 23.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F74C00 (or 0xF74C00) is known color: Vermilion. HEX triplet: F7, 4C and 00. RGB value is (247,76,0). Sum of RGB (Red+Green+Blue) = 247+76+0=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C00 is #08B3FF. Grayscale: #767676. Windows color (decimal): -570368 or 19703. OLE color: 19703.

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

Color convert

RGB 247 76 0 -
CMYK 0 0.69 1 0.03
HSL 18.46º 1% 0.48% -
HSV(B) 18.46º 1% 0.97% -
XYZ 40.94 24.94 2.66 -
YUV 118.47 61.15 219.68 -
System Red Green Blue C M Y K H S L
Decimal 247 76 0 0 0.69 1 0.03 18.46 1 0.48
Hex F7 4C 0 0 45 64 3 12 64 30
Octal 367 114 0 0 105 144 3 22 144 60
Binary 11110111 1001100 0 0 1000101 1100100 11 10010 1100100 110000

Color Harmonies of #F74C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C00

Black with #F74C00

Text Example


Text Example

White with #F74C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C00; }

 p { color: rgb(247,76,0); }

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

background-color css

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

 a { background-color: rgb(247,76,0); }

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

border-color css

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

 span { border-color: rgb(247,76,0); }

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