Html Css Color HEX #FD341C Red Orange

📋 copy color: '#FD341C'

red 253 ◦ green 52 ◦ blue 28

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

Shades of Red Orange #FD341C

Tints of Red Orange #FD341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 75.98%
G = 15.62%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD341C (or 0xFD341C) is known color: Red Orange. HEX triplet: FD, 34 and 1C. RGB value is (253,52,28). Sum of RGB (Red+Green+Blue) = 253+52+28=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD341C is #02CBE3. Grayscale: #6D6D6D. Windows color (decimal): -183268 or 1848573. OLE color: 1848573.

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

Color convert

RGB 253 52 28 -
CMYK 0 0.79 0.89 0.01
HSL 6.4º 0.98% 0.55% -
HSV(B) 6.4º 0.89% 0.99% -
XYZ 41.95 23.42 3.41 -
YUV 109.36 82.09 230.45 -
System Red Green Blue C M Y K H S L
Decimal 253 52 28 0 0.79 0.89 0.01 6.4 0.98 0.55
Hex FD 34 1C 0 4F 59 1 6 62 37
Octal 375 64 34 0 117 131 1 6 142 67
Binary 11111101 110100 11100 0 1001111 1011001 1 110 1100010 110111

Color Harmonies of #FD341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD341C

Black with #FD341C

Text Example


Text Example

White with #FD341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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