Html Css Color HEX #F94B0C Vermilion

📋 copy color: '#F94B0C'

red 249 ◦ green 75 ◦ blue 12

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

Shades of Vermilion #F94B0C

Tints of Vermilion #F94B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 74.11%
G = 22.32%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F94B0C (or 0xF94B0C) is known color: Vermilion. HEX triplet: F9, 4B and 0C. RGB value is (249,75,12). Sum of RGB (Red+Green+Blue) = 249+75+12=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F94B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94B0C is #06B4F3. Grayscale: #787878. Windows color (decimal): -439540 or 805881. OLE color: 805881.

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

Color convert

RGB 249 75 12 -
CMYK 0 0.70 0.95 0.02
HSL 15.95º 0.95% 0.51% -
HSV(B) 15.95º 0.95% 0.98% -
XYZ 41.65 25.2 3.02 -
YUV 119.84 67.15 220.12 -
System Red Green Blue C M Y K H S L
Decimal 249 75 12 0 0.70 0.95 0.02 15.95 0.95 0.51
Hex F9 4B C 0 46 5F 2 10 5F 33
Octal 371 113 14 0 106 137 2 20 137 63
Binary 11111001 1001011 1100 0 1000110 1011111 10 10000 1011111 110011

Color Harmonies of #F94B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94B0C

Black with #F94B0C

Text Example


Text Example

White with #F94B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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