Html Css Color HEX #FF4D0A Vermilion

📋 copy color: '#FF4D0A'

red 255 ◦ green 77 ◦ blue 10

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

Shades of Vermilion #FF4D0A

Tints of Vermilion #FF4D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 74.56%
G = 22.51%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF4D0A (or 0xFF4D0A) is known color: Vermilion. HEX triplet: FF, 4D and 0A. RGB value is (255,77,10). Sum of RGB (Red+Green+Blue) = 255+77+10=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D0A is #00B2F5. Grayscale: #7B7B7B. Windows color (decimal): -45814 or 675327. OLE color: 675327.

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

Color convert

RGB 255 77 10 -
CMYK 0 0.70 0.96 0
HSL 16.41º 1% 0.52% -
HSV(B) 16.41º 0.96% 1% -
XYZ 43.95 26.59 3.1 -
YUV 122.58 64.47 222.45 -
System Red Green Blue C M Y K H S L
Decimal 255 77 10 0 0.70 0.96 0 16.41 1 0.52
Hex FF 4D A 0 46 60 0 10 64 34
Octal 377 115 12 0 106 140 0 20 144 64
Binary 11111111 1001101 1010 0 1000110 1100000 0 10000 1100100 110100

Color Harmonies of #FF4D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D0A

Black with #FF4D0A

Text Example


Text Example

White with #FF4D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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