Html Css Color HEX #FD341F Red Orange

📋 copy color: '#FD341F'

red 253 ◦ green 52 ◦ blue 31

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

Shades of Red Orange #FD341F

Tints of Red Orange #FD341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 75.3%
G = 15.48%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD341F (or 0xFD341F) is known color: Red Orange. HEX triplet: FD, 34 and 1F. RGB value is (253,52,31). Sum of RGB (Red+Green+Blue) = 253+52+31=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD341F is #02CBE0. Grayscale: #6D6D6D. Windows color (decimal): -183265 or 2045181. OLE color: 2045181.

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

Color convert

RGB 253 52 31 -
CMYK 0 0.79 0.88 0.01
HSL 5.68º 0.98% 0.56% -
HSV(B) 5.68º 0.88% 0.99% -
XYZ 41.98 23.44 3.61 -
YUV 109.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 253 52 31 0 0.79 0.88 0.01 5.68 0.98 0.56
Hex FD 34 1F 0 4F 58 1 6 62 38
Octal 375 64 37 0 117 130 1 6 142 70
Binary 11111101 110100 11111 0 1001111 1011000 1 110 1100010 111000

Color Harmonies of #FD341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD341F

Black with #FD341F

Text Example


Text Example

White with #FD341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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