Html Css Color HEX #FD4F0F Vermilion

📋 copy color: '#FD4F0F'

red 253 ◦ green 79 ◦ blue 15

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

Shades of Vermilion #FD4F0F

Tints of Vermilion #FD4F0F

RGB

 RED value IS 253 (99.22% from 255) = 72.91%

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

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

R = 72.91%
G = 22.77%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD4F0F (or 0xFD4F0F) is known color: Vermilion. HEX triplet: FD, 4F and 0F. RGB value is (253,79,15). Sum of RGB (Red+Green+Blue) = 253+79+15=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4F0F is #02B0F0. Grayscale: #7C7C7C. Windows color (decimal): -176369 or 1003517. OLE color: 1003517.

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

Color convert

RGB 253 79 15 -
CMYK 0 0.69 0.94 0.01
HSL 16.13º 0.98% 0.53% -
HSV(B) 16.13º 0.94% 0.99% -
XYZ 43.39 26.51 3.28 -
YUV 123.73 66.65 220.2 -
System Red Green Blue C M Y K H S L
Decimal 253 79 15 0 0.69 0.94 0.01 16.13 0.98 0.53
Hex FD 4F F 0 45 5E 1 10 62 35
Octal 375 117 17 0 105 136 1 20 142 65
Binary 11111101 1001111 1111 0 1000101 1011110 1 10000 1100010 110101

Color Harmonies of #FD4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4F0F

Black with #FD4F0F

Text Example


Text Example

White with #FD4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4F0F; }

 p { color: rgb(253,79,15); }

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

background-color css

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

 a { background-color: rgb(253,79,15); }

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

border-color css

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

 span { border-color: rgb(253,79,15); }

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