Html Css Color HEX #FD341A Red Orange

📋 copy color: '#FD341A'

red 253 ◦ green 52 ◦ blue 26

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

Shades of Red Orange #FD341A

Tints of Red Orange #FD341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 76.44%
G = 15.71%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD341A (or 0xFD341A) is known color: Red Orange. HEX triplet: FD, 34 and 1A. RGB value is (253,52,26). Sum of RGB (Red+Green+Blue) = 253+52+26=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD341A is #02CBE5. Grayscale: #6D6D6D. Windows color (decimal): -183270 or 1717501. OLE color: 1717501.

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

Color convert

RGB 253 52 26 -
CMYK 0 0.79 0.90 0.01
HSL 6.87º 0.98% 0.55% -
HSV(B) 6.87º 0.9% 0.99% -
XYZ 41.92 23.41 3.29 -
YUV 109.14 81.09 230.61 -
System Red Green Blue C M Y K H S L
Decimal 253 52 26 0 0.79 0.90 0.01 6.87 0.98 0.55
Hex FD 34 1A 0 4F 5A 1 7 62 37
Octal 375 64 32 0 117 132 1 7 142 67
Binary 11111101 110100 11010 0 1001111 1011010 1 111 1100010 110111

Color Harmonies of #FD341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD341A

Black with #FD341A

Text Example


Text Example

White with #FD341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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