Html Css Color HEX #F74C02 Vermilion

📋 copy color: '#F74C02'

red 247 ◦ green 76 ◦ blue 2

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

Shades of Vermilion #F74C02

Tints of Vermilion #F74C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 76%
G = 23.38%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F74C02 (or 0xF74C02) is known color: Vermilion. HEX triplet: F7, 4C and 02. RGB value is (247,76,2). Sum of RGB (Red+Green+Blue) = 247+76+2=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74C02 is #08B3FD. Grayscale: #777777. Windows color (decimal): -570366 or 150775. OLE color: 150775.

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

Color convert

RGB 247 76 2 -
CMYK 0 0.69 0.99 0.03
HSL 18.12º 0.98% 0.49% -
HSV(B) 18.12º 0.99% 0.97% -
XYZ 40.95 24.95 2.71 -
YUV 118.69 62.15 219.52 -
System Red Green Blue C M Y K H S L
Decimal 247 76 2 0 0.69 0.99 0.03 18.12 0.98 0.49
Hex F7 4C 2 0 45 63 3 12 62 31
Octal 367 114 2 0 105 143 3 22 142 61
Binary 11110111 1001100 10 0 1000101 1100011 11 10010 1100010 110001

Color Harmonies of #F74C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C02

Black with #F74C02

Text Example


Text Example

White with #F74C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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