Html Css Color HEX #F94F1D Vermilion

📋 copy color: '#F94F1D'

red 249 ◦ green 79 ◦ blue 29

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

Shades of Vermilion #F94F1D

Tints of Vermilion #F94F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 69.75%
G = 22.13%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F94F1D (or 0xF94F1D) is known color: Vermilion. HEX triplet: F9, 4F and 1D. RGB value is (249,79,29). Sum of RGB (Red+Green+Blue) = 249+79+29=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94F1D is #06B0E2. Grayscale: #7C7C7C. Windows color (decimal): -438499 or 1921017. OLE color: 1921017.

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

Color convert

RGB 249 79 29 -
CMYK 0 0.68 0.88 0.02
HSL 13.64º 0.95% 0.55% -
HSV(B) 13.64º 0.88% 0.98% -
XYZ 42.08 25.82 3.93 -
YUV 124.13 74.32 217.07 -
System Red Green Blue C M Y K H S L
Decimal 249 79 29 0 0.68 0.88 0.02 13.64 0.95 0.55
Hex F9 4F 1D 0 44 58 2 E 5F 37
Octal 371 117 35 0 104 130 2 16 137 67
Binary 11111001 1001111 11101 0 1000100 1011000 10 1110 1011111 110111

Color Harmonies of #F94F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F1D

Black with #F94F1D

Text Example


Text Example

White with #F94F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F1D; }

 p { color: rgb(249,79,29); }

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

background-color css

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

 a { background-color: rgb(249,79,29); }

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

border-color css

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

 span { border-color: rgb(249,79,29); }

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