Html Css Color HEX #FD4D02 Vermilion

📋 copy color: '#FD4D02'

red 253 ◦ green 77 ◦ blue 2

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

Shades of Vermilion #FD4D02

Tints of Vermilion #FD4D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 76.2%
G = 23.19%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD4D02 (or 0xFD4D02) is known color: Vermilion. HEX triplet: FD, 4D and 02. RGB value is (253,77,2). Sum of RGB (Red+Green+Blue) = 253+77+2=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4D02 is #02B2FD. Grayscale: #797979. Windows color (decimal): -176894 or 151037. OLE color: 151037.

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

Color convert

RGB 253 77 2 -
CMYK 0 0.70 0.99 0.01
HSL 17.93º 0.98% 0.5% -
HSV(B) 17.93º 0.99% 0.99% -
XYZ 43.17 26.19 2.84 -
YUV 121.07 60.81 222.1 -
System Red Green Blue C M Y K H S L
Decimal 253 77 2 0 0.70 0.99 0.01 17.93 0.98 0.5
Hex FD 4D 2 0 46 63 1 12 62 32
Octal 375 115 2 0 106 143 1 22 142 62
Binary 11111101 1001101 10 0 1000110 1100011 1 10010 1100010 110010

Color Harmonies of #FD4D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D02

Black with #FD4D02

Text Example


Text Example

White with #FD4D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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