Html Css Color HEX #FF3A2B Red Orange

📋 copy color: '#FF3A2B'

red 255 ◦ green 58 ◦ blue 43

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

Shades of Red Orange #FF3A2B

Tints of Red Orange #FF3A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 71.63%
G = 16.29%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF3A2B (or 0xFF3A2B) is known color: Red Orange. HEX triplet: FF, 3A and 2B. RGB value is (255,58,43). Sum of RGB (Red+Green+Blue) = 255+58+43=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A2B is #00C5D4. Grayscale: #737373. Windows color (decimal): -50645 or 2833151. OLE color: 2833151.

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

Color convert

RGB 255 58 43 -
CMYK 0 0.77 0.83 0
HSL 4.25º 1% 0.58% -
HSV(B) 4.25º 0.83% 1% -
XYZ 43.19 24.46 4.73 -
YUV 115.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 255 58 43 0 0.77 0.83 0 4.25 1 0.58
Hex FF 3A 2B 0 4D 53 0 4 64 3A
Octal 377 72 53 0 115 123 0 4 144 72
Binary 11111111 111010 101011 0 1001101 1010011 0 100 1100100 111010

Color Harmonies of #FF3A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A2B

Black with #FF3A2B

Text Example


Text Example

White with #FF3A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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