Html Css Color HEX #FF4D02 Vermilion

📋 copy color: '#FF4D02'

red 255 ◦ green 77 ◦ blue 2

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

Shades of Vermilion #FF4D02

Tints of Vermilion #FF4D02

RGB

 RED value IS 255 (100% from 255) = 76.35%

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

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

R = 76.35%
G = 23.05%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF4D02 (or 0xFF4D02) is known color: Vermilion. HEX triplet: FF, 4D and 02. RGB value is (255,77,2). Sum of RGB (Red+Green+Blue) = 255+77+2=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D02 is #00B2FD. Grayscale: #7A7A7A. Windows color (decimal): -45822 or 151039. OLE color: 151039.

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

Color convert

RGB 255 77 2 -
CMYK 0 0.70 0.99 0
HSL 17.79º 1% 0.5% -
HSV(B) 17.79º 0.99% 1% -
XYZ 43.9 26.57 2.87 -
YUV 121.67 60.47 223.1 -
System Red Green Blue C M Y K H S L
Decimal 255 77 2 0 0.70 0.99 0 17.79 1 0.5
Hex FF 4D 2 0 46 63 0 12 64 32
Octal 377 115 2 0 106 143 0 22 144 62
Binary 11111111 1001101 10 0 1000110 1100011 0 10010 1100100 110010

Color Harmonies of #FF4D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D02

Black with #FF4D02

Text Example


Text Example

White with #FF4D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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