Html Css Color HEX #FD342C Red Orange

📋 copy color: '#FD342C'

red 253 ◦ green 52 ◦ blue 44

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

Shades of Red Orange #FD342C

Tints of Red Orange #FD342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 72.49%
G = 14.9%
B = 12.61%

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

#FD342C (or 0xFD342C) is known color: Red Orange. HEX triplet: FD, 34 and 2C. RGB value is (253,52,44). Sum of RGB (Red+Green+Blue) = 253+52+44=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD342C is #02CBD3. Grayscale: #6F6F6F. Windows color (decimal): -183252 or 2897149. OLE color: 2897149.

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

Color convert

RGB 253 52 44 -
CMYK 0 0.79 0.83 0.01
HSL 2.3º 0.98% 0.58% -
HSV(B) 2.3º 0.83% 0.99% -
XYZ 42.19 23.52 4.7 -
YUV 111.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 253 52 44 0 0.79 0.83 0.01 2.3 0.98 0.58
Hex FD 34 2C 0 4F 53 1 2 62 3A
Octal 375 64 54 0 117 123 1 2 142 72
Binary 11111101 110100 101100 0 1001111 1010011 1 10 1100010 111010

Color Harmonies of #FD342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD342C

Black with #FD342C

Text Example


Text Example

White with #FD342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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