Html Css Color HEX #FF3A1A Red Orange

📋 copy color: '#FF3A1A'

red 255 ◦ green 58 ◦ blue 26

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

Shades of Red Orange #FF3A1A

Tints of Red Orange #FF3A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 75.22%
G = 17.11%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF3A1A (or 0xFF3A1A) is known color: Red Orange. HEX triplet: FF, 3A and 1A. RGB value is (255,58,26). Sum of RGB (Red+Green+Blue) = 255+58+26=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A1A is #00C5E5. Grayscale: #717171. Windows color (decimal): -50662 or 1719039. OLE color: 1719039.

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

Color convert

RGB 255 58 26 -
CMYK 0 0.77 0.90 0
HSL 8.38º 1% 0.55% -
HSV(B) 8.38º 0.9% 1% -
XYZ 42.94 24.36 3.42 -
YUV 113.26 78.77 229.1 -
System Red Green Blue C M Y K H S L
Decimal 255 58 26 0 0.77 0.90 0 8.38 1 0.55
Hex FF 3A 1A 0 4D 5A 0 8 64 37
Octal 377 72 32 0 115 132 0 10 144 67
Binary 11111111 111010 11010 0 1001101 1011010 0 1000 1100100 110111

Color Harmonies of #FF3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A1A

Black with #FF3A1A

Text Example


Text Example

White with #FF3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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