Html Css Color HEX #FD4A00 Vermilion

📋 copy color: '#FD4A00'

red 253 ◦ green 74 ◦ blue 0

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

Shades of Vermilion #FD4A00

Tints of Vermilion #FD4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.63%

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

R = 77.37%
G = 22.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD4A00 (or 0xFD4A00) is known color: Vermilion. HEX triplet: FD, 4A and 00. RGB value is (253,74,0). Sum of RGB (Red+Green+Blue) = 253+74+0=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4A00 is #02B5FF. Grayscale: #777777. Windows color (decimal): -177664 or 19197. OLE color: 19197.

HSL color Cylindrical-coordinate representation of color #FD4A00: hue angle of 17.55º 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 #FD4A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 74 0 -
CMYK 0 0.71 1 0.01
HSL 17.55º 1% 0.5% -
HSV(B) 17.55º 1% 0.99% -
XYZ 42.96 25.78 2.71 -
YUV 119.09 60.8 223.52 -
System Red Green Blue C M Y K H S L
Decimal 253 74 0 0 0.71 1 0.01 17.55 1 0.5
Hex FD 4A 0 0 47 64 1 12 64 32
Octal 375 112 0 0 107 144 1 22 144 62
Binary 11111101 1001010 0 0 1000111 1100100 1 10010 1100100 110010

Color Harmonies of #FD4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A00

Black with #FD4A00

Text Example


Text Example

White with #FD4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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