Html Css Color HEX #FF4D0C Vermilion

📋 copy color: '#FF4D0C'

red 255 ◦ green 77 ◦ blue 12

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

Shades of Vermilion #FF4D0C

Tints of Vermilion #FF4D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 74.13%
G = 22.38%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF4D0C (or 0xFF4D0C) is known color: Vermilion. HEX triplet: FF, 4D and 0C. RGB value is (255,77,12). Sum of RGB (Red+Green+Blue) = 255+77+12=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D0C is #00B2F3. Grayscale: #7B7B7B. Windows color (decimal): -45812 or 806399. OLE color: 806399.

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

Color convert

RGB 255 77 12 -
CMYK 0 0.70 0.95 0
HSL 16.05º 1% 0.52% -
HSV(B) 16.05º 0.95% 1% -
XYZ 43.96 26.59 3.16 -
YUV 122.81 65.47 222.29 -
System Red Green Blue C M Y K H S L
Decimal 255 77 12 0 0.70 0.95 0 16.05 1 0.52
Hex FF 4D C 0 46 5F 0 10 64 34
Octal 377 115 14 0 106 137 0 20 144 64
Binary 11111111 1001101 1100 0 1000110 1011111 0 10000 1100100 110100

Color Harmonies of #FF4D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D0C

Black with #FF4D0C

Text Example


Text Example

White with #FF4D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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