Html Css Color HEX #FF3A10 Orange Red

📋 copy color: '#FF3A10'

red 255 ◦ green 58 ◦ blue 16

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

Shades of Orange Red #FF3A10

Tints of Orange Red #FF3A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 77.51%
G = 17.63%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF3A10 (or 0xFF3A10) is known color: Orange Red. HEX triplet: FF, 3A and 10. RGB value is (255,58,16). Sum of RGB (Red+Green+Blue) = 255+58+16=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A10 is #00C5EF. Grayscale: #707070. Windows color (decimal): -50672 or 1063679. OLE color: 1063679.

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

Color convert

RGB 255 58 16 -
CMYK 0 0.77 0.94 0
HSL 10.54º 1% 0.53% -
HSV(B) 10.54º 0.94% 1% -
XYZ 42.85 24.32 2.93 -
YUV 112.12 73.77 229.92 -
System Red Green Blue C M Y K H S L
Decimal 255 58 16 0 0.77 0.94 0 10.54 1 0.53
Hex FF 3A 10 0 4D 5E 0 B 64 35
Octal 377 72 20 0 115 136 0 13 144 65
Binary 11111111 111010 10000 0 1001101 1011110 0 1011 1100100 110101

Color Harmonies of #FF3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A10

Black with #FF3A10

Text Example


Text Example

White with #FF3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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