Html Css Color HEX #FF4C04 Vermilion

📋 copy color: '#FF4C04'

red 255 ◦ green 76 ◦ blue 4

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

Shades of Vermilion #FF4C04

Tints of Vermilion #FF4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 76.12%
G = 22.69%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF4C04 (or 0xFF4C04) is known color: Vermilion. HEX triplet: FF, 4C and 04. RGB value is (255,76,4). Sum of RGB (Red+Green+Blue) = 255+76+4=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C04 is #00B3FB. Grayscale: #797979. Windows color (decimal): -46076 or 281855. OLE color: 281855.

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

Color convert

RGB 255 76 4 -
CMYK 0 0.70 0.98 0
HSL 17.21º 1% 0.51% -
HSV(B) 17.21º 0.98% 1% -
XYZ 43.85 26.44 2.91 -
YUV 121.31 61.8 223.35 -
System Red Green Blue C M Y K H S L
Decimal 255 76 4 0 0.70 0.98 0 17.21 1 0.51
Hex FF 4C 4 0 46 62 0 11 64 33
Octal 377 114 4 0 106 142 0 21 144 63
Binary 11111111 1001100 100 0 1000110 1100010 0 10001 1100100 110011

Color Harmonies of #FF4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C04

Black with #FF4C04

Text Example


Text Example

White with #FF4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C04; }

 p { color: rgb(255,76,4); }

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

background-color css

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

 a { background-color: rgb(255,76,4); }

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

border-color css

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

 span { border-color: rgb(255,76,4); }

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