Html Css Color HEX #FD342A Red Orange

📋 copy color: '#FD342A'

red 253 ◦ green 52 ◦ blue 42

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

Shades of Red Orange #FD342A

Tints of Red Orange #FD342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 72.91%
G = 14.99%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD342A (or 0xFD342A) is known color: Red Orange. HEX triplet: FD, 34 and 2A. RGB value is (253,52,42). Sum of RGB (Red+Green+Blue) = 253+52+42=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD342A is #02CBD5. Grayscale: #6F6F6F. Windows color (decimal): -183254 or 2766077. OLE color: 2766077.

HSL color Cylindrical-coordinate representation of color #FD342A: hue angle of 2.84º 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 #FD342A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 42 -
CMYK 0 0.79 0.83 0.01
HSL 2.84º 0.98% 0.58% -
HSV(B) 2.84º 0.83% 0.99% -
XYZ 42.15 23.51 4.51 -
YUV 110.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 253 52 42 0 0.79 0.83 0.01 2.84 0.98 0.58
Hex FD 34 2A 0 4F 53 1 3 62 3A
Octal 375 64 52 0 117 123 1 3 142 72
Binary 11111101 110100 101010 0 1001111 1010011 1 11 1100010 111010

Color Harmonies of #FD342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD342A

Black with #FD342A

Text Example


Text Example

White with #FD342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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