Html Css Color HEX #FD3A26 Red Orange

📋 copy color: '#FD3A26'

red 253 ◦ green 58 ◦ blue 38

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

Shades of Red Orange #FD3A26

Tints of Red Orange #FD3A26

RGB

 RED value IS 253 (99.22% from 255) = 72.49%

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

 BLUE value IS 38 (15.23% from 255) = 10.89%

R = 72.49%
G = 16.62%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD3A26 (or 0xFD3A26) is known color: Red Orange. HEX triplet: FD, 3A and 26. RGB value is (253,58,38). Sum of RGB (Red+Green+Blue) = 253+58+38=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A26 is #02C5D9. Grayscale: #727272. Windows color (decimal): -181722 or 2505469. OLE color: 2505469.

HSL color Cylindrical-coordinate representation of color #FD3A26: hue angle of 5.58º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD3A26 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 58 38 -
CMYK 0 0.77 0.85 0.01
HSL 5.58º 0.98% 0.57% -
HSV(B) 5.58º 0.85% 0.99% -
XYZ 42.37 24.05 4.24 -
YUV 114.03 85.1 227.13 -
System Red Green Blue C M Y K H S L
Decimal 253 58 38 0 0.77 0.85 0.01 5.58 0.98 0.57
Hex FD 3A 26 0 4D 55 1 6 62 39
Octal 375 72 46 0 115 125 1 6 142 71
Binary 11111101 111010 100110 0 1001101 1010101 1 110 1100010 111001

Color Harmonies of #FD3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A26

Black with #FD3A26

Text Example


Text Example

White with #FD3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A26; }

 p { color: rgb(253,58,38); }

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

background-color css

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

 a { background-color: rgb(253,58,38); }

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

border-color css

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

 span { border-color: rgb(253,58,38); }

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