Html Css Color HEX #F94B0A Vermilion

📋 copy color: '#F94B0A'

red 249 ◦ green 75 ◦ blue 10

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

Shades of Vermilion #F94B0A

Tints of Vermilion #F94B0A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 74.55%
G = 22.46%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F94B0A (or 0xF94B0A) is known color: Vermilion. HEX triplet: F9, 4B and 0A. RGB value is (249,75,10). Sum of RGB (Red+Green+Blue) = 249+75+10=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F94B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94B0A is #06B4F5. Grayscale: #787878. Windows color (decimal): -439542 or 674809. OLE color: 674809.

HSL color Cylindrical-coordinate representation of color #F94B0A: hue angle of 16.32º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F94B0A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 75 10 -
CMYK 0 0.70 0.96 0.02
HSL 16.32º 0.95% 0.51% -
HSV(B) 16.32º 0.96% 0.98% -
XYZ 41.64 25.19 2.96 -
YUV 119.62 66.15 220.29 -
System Red Green Blue C M Y K H S L
Decimal 249 75 10 0 0.70 0.96 0.02 16.32 0.95 0.51
Hex F9 4B A 0 46 60 2 10 5F 33
Octal 371 113 12 0 106 140 2 20 137 63
Binary 11111001 1001011 1010 0 1000110 1100000 10 10000 1011111 110011

Color Harmonies of #F94B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94B0A

Black with #F94B0A

Text Example


Text Example

White with #F94B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94B0A; }

 p { color: rgb(249,75,10); }

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

background-color css

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

 a { background-color: rgb(249,75,10); }

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

border-color css

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

 span { border-color: rgb(249,75,10); }

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