Html Css Color HEX #FF3504 Orange Red

📋 copy color: '#FF3504'

red 255 ◦ green 53 ◦ blue 4

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

Shades of Orange Red #FF3504

Tints of Orange Red #FF3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 81.73%
G = 16.99%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3504 (or 0xFF3504) is known color: Orange Red. HEX triplet: FF, 35 and 04. RGB value is (255,53,4). Sum of RGB (Red+Green+Blue) = 255+53+4=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3504 is #00CAFB. Grayscale: #6C6C6C. Windows color (decimal): -51964 or 275967. OLE color: 275967.

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

Color convert

RGB 255 53 4 -
CMYK 0 0.79 0.98 0
HSL 11.71º 1% 0.51% -
HSV(B) 11.71º 0.98% 1% -
XYZ 42.54 23.81 2.47 -
YUV 107.81 69.42 232.98 -
System Red Green Blue C M Y K H S L
Decimal 255 53 4 0 0.79 0.98 0 11.71 1 0.51
Hex FF 35 4 0 4F 62 0 C 64 33
Octal 377 65 4 0 117 142 0 14 144 63
Binary 11111111 110101 100 0 1001111 1100010 0 1100 1100100 110011

Color Harmonies of #FF3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3504

Black with #FF3504

Text Example


Text Example

White with #FF3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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