Html Css Color HEX #FD4D00 Vermilion

📋 copy color: '#FD4D00'

red 253 ◦ green 77 ◦ blue 0

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

Shades of Vermilion #FD4D00

Tints of Vermilion #FD4D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.67%
G = 23.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD4D00 (or 0xFD4D00) is known color: Vermilion. HEX triplet: FD, 4D and 00. RGB value is (253,77,0). Sum of RGB (Red+Green+Blue) = 253+77+0=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4D00 is #02B2FF. Grayscale: #797979. Windows color (decimal): -176896 or 19965. OLE color: 19965.

HSL color Cylindrical-coordinate representation of color #FD4D00: hue angle of 18.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD4D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 77 0 -
CMYK 0 0.70 1 0.01
HSL 18.26º 1% 0.5% -
HSV(B) 18.26º 1% 0.99% -
XYZ 43.16 26.19 2.78 -
YUV 120.85 59.81 222.26 -
System Red Green Blue C M Y K H S L
Decimal 253 77 0 0 0.70 1 0.01 18.26 1 0.5
Hex FD 4D 0 0 46 64 1 12 64 32
Octal 375 115 0 0 106 144 1 22 144 62
Binary 11111101 1001101 0 0 1000110 1100100 1 10010 1100100 110010

Color Harmonies of #FD4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D00

Black with #FD4D00

Text Example


Text Example

White with #FD4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D00; }

 p { color: rgb(253,77,0); }

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

background-color css

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

 a { background-color: rgb(253,77,0); }

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

border-color css

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

 span { border-color: rgb(253,77,0); }

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