Html Css Color HEX #FD3E2A Red Orange

📋 copy color: '#FD3E2A'

red 253 ◦ green 62 ◦ blue 42

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

Shades of Red Orange #FD3E2A

Tints of Red Orange #FD3E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.37%

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 70.87%
G = 17.37%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD3E2A (or 0xFD3E2A) is known color: Red Orange. HEX triplet: FD, 3E and 2A. RGB value is (253,62,42). Sum of RGB (Red+Green+Blue) = 253+62+42=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E2A is #02C1D5. Grayscale: #757575. Windows color (decimal): -180694 or 2768637. OLE color: 2768637.

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

Color convert

RGB 253 62 42 -
CMYK 0 0.75 0.83 0.01
HSL 5.69º 0.98% 0.58% -
HSV(B) 5.69º 0.83% 0.99% -
XYZ 42.65 24.5 4.67 -
YUV 116.83 85.78 225.13 -
System Red Green Blue C M Y K H S L
Decimal 253 62 42 0 0.75 0.83 0.01 5.69 0.98 0.58
Hex FD 3E 2A 0 4B 53 1 6 62 3A
Octal 375 76 52 0 113 123 1 6 142 72
Binary 11111101 111110 101010 0 1001011 1010011 1 110 1100010 111010

Color Harmonies of #FD3E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E2A

Black with #FD3E2A

Text Example


Text Example

White with #FD3E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E2A; }

 p { color: rgb(253,62,42); }

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

background-color css

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

 a { background-color: rgb(253,62,42); }

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

border-color css

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

 span { border-color: rgb(253,62,42); }

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