Html Css Color HEX #FF3E04 Orange Red

📋 copy color: '#FF3E04'

red 255 ◦ green 62 ◦ blue 4

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

Shades of Orange Red #FF3E04

Tints of Orange Red #FF3E04

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 79.44%
G = 19.31%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3E04 (or 0xFF3E04) is known color: Orange Red. HEX triplet: FF, 3E and 04. RGB value is (255,62,4). Sum of RGB (Red+Green+Blue) = 255+62+4=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E04 is #00C1FB. Grayscale: #717171. Windows color (decimal): -49660 or 278271. OLE color: 278271.

HSL color Cylindrical-coordinate representation of color #FF3E04: hue angle of 13.86º 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 #FF3E04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 62 4 -
CMYK 0 0.76 0.98 0
HSL 13.86º 1% 0.51% -
HSV(B) 13.86º 0.98% 1% -
XYZ 42.98 24.71 2.62 -
YUV 113.1 66.44 229.22 -
System Red Green Blue C M Y K H S L
Decimal 255 62 4 0 0.76 0.98 0 13.86 1 0.51
Hex FF 3E 4 0 4C 62 0 E 64 33
Octal 377 76 4 0 114 142 0 16 144 63
Binary 11111111 111110 100 0 1001100 1100010 0 1110 1100100 110011

Color Harmonies of #FF3E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E04

Black with #FF3E04

Text Example


Text Example

White with #FF3E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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