Html Css Color HEX #FF3A04 Orange Red

📋 copy color: '#FF3A04'

red 255 ◦ green 58 ◦ blue 4

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

Shades of Orange Red #FF3A04

Tints of Orange Red #FF3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

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

R = 80.44%
G = 18.3%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3A04 (or 0xFF3A04) is known color: Orange Red. HEX triplet: FF, 3A and 04. RGB value is (255,58,4). Sum of RGB (Red+Green+Blue) = 255+58+4=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A04 is #00C5FB. Grayscale: #6F6F6F. Windows color (decimal): -50684 or 277247. OLE color: 277247.

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

Color convert

RGB 255 58 4 -
CMYK 0 0.77 0.98 0
HSL 12.91º 1% 0.51% -
HSV(B) 12.91º 0.98% 1% -
XYZ 42.77 24.29 2.55 -
YUV 110.75 67.77 230.89 -
System Red Green Blue C M Y K H S L
Decimal 255 58 4 0 0.77 0.98 0 12.91 1 0.51
Hex FF 3A 4 0 4D 62 0 D 64 33
Octal 377 72 4 0 115 142 0 15 144 63
Binary 11111111 111010 100 0 1001101 1100010 0 1101 1100100 110011

Color Harmonies of #FF3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A04

Black with #FF3A04

Text Example


Text Example

White with #FF3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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