Html Css Color HEX #F94C02 Vermilion

📋 copy color: '#F94C02'

red 249 ◦ green 76 ◦ blue 2

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

Shades of Vermilion #F94C02

Tints of Vermilion #F94C02

RGB

 RED value IS 249 (97.66% from 255) = 76.15%

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

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

R = 76.15%
G = 23.24%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F94C02 (or 0xF94C02) is known color: Vermilion. HEX triplet: F9, 4C and 02. RGB value is (249,76,2). Sum of RGB (Red+Green+Blue) = 249+76+2=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94C02 is #06B3FD. Grayscale: #777777. Windows color (decimal): -439294 or 150777. OLE color: 150777.

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

Color convert

RGB 249 76 2 -
CMYK 0 0.69 0.99 0.02
HSL 17.98º 0.98% 0.49% -
HSV(B) 17.98º 0.99% 0.98% -
XYZ 41.66 25.31 2.75 -
YUV 119.29 61.81 220.52 -
System Red Green Blue C M Y K H S L
Decimal 249 76 2 0 0.69 0.99 0.02 17.98 0.98 0.49
Hex F9 4C 2 0 45 63 2 12 62 31
Octal 371 114 2 0 105 143 2 22 142 61
Binary 11111001 1001100 10 0 1000101 1100011 10 10010 1100010 110001

Color Harmonies of #F94C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C02

Black with #F94C02

Text Example


Text Example

White with #F94C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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