Html Css Color HEX #FA4E0F Vermilion

📋 copy color: '#FA4E0F'

red 250 ◦ green 78 ◦ blue 15

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

Shades of Vermilion #FA4E0F

Tints of Vermilion #FA4E0F

RGB

 RED value IS 250 (98.05% from 255) = 72.89%

 GREEN value IS 78 (30.86% from 255) = 22.74%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 72.89%
G = 22.74%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA4E0F (or 0xFA4E0F) is known color: Vermilion. HEX triplet: FA, 4E and 0F. RGB value is (250,78,15). Sum of RGB (Red+Green+Blue) = 250+78+15=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4E0F is #05B1F0. Grayscale: #7A7A7A. Windows color (decimal): -373233 or 1003258. OLE color: 1003258.

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

Color convert

RGB 250 78 15 -
CMYK 0 0.69 0.94 0.02
HSL 16.09º 0.96% 0.52% -
HSV(B) 16.09º 0.94% 0.98% -
XYZ 42.23 25.81 3.21 -
YUV 122.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 250 78 15 0 0.69 0.94 0.02 16.09 0.96 0.52
Hex FA 4E F 0 45 5E 2 10 60 34
Octal 372 116 17 0 105 136 2 20 140 64
Binary 11111010 1001110 1111 0 1000101 1011110 10 10000 1100000 110100

Color Harmonies of #FA4E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4E0F

Black with #FA4E0F

Text Example


Text Example

White with #FA4E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4E0F; }

 p { color: rgb(250,78,15); }

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

background-color css

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

 a { background-color: rgb(250,78,15); }

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

border-color css

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

 span { border-color: rgb(250,78,15); }

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