Html Css Color HEX #FF3A01 Orange Red

📋 copy color: '#FF3A01'

red 255 ◦ green 58 ◦ blue 1

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

Shades of Orange Red #FF3A01

Tints of Orange Red #FF3A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 81.21%
G = 18.47%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF3A01 (or 0xFF3A01) is known color: Orange Red. HEX triplet: FF, 3A and 01. RGB value is (255,58,1). Sum of RGB (Red+Green+Blue) = 255+58+1=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A01 is #00C5FE. Grayscale: #6E6E6E. Windows color (decimal): -50687 or 80639. OLE color: 80639.

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

Color convert

RGB 255 58 1 -
CMYK 0 0.77 1.00 0
HSL 13.46º 1% 0.5% -
HSV(B) 13.46º 1% 1% -
XYZ 42.76 24.29 2.46 -
YUV 110.41 66.27 231.13 -
System Red Green Blue C M Y K H S L
Decimal 255 58 1 0 0.77 1.00 0 13.46 1 0.5
Hex FF 3A 1 0 4D 64 0 D 64 32
Octal 377 72 1 0 115 144 0 15 144 62
Binary 11111111 111010 1 0 1001101 1100100 0 1101 1100100 110010

Color Harmonies of #FF3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A01

Black with #FF3A01

Text Example


Text Example

White with #FF3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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