Html Css Color HEX #FD351E Red Orange

📋 copy color: '#FD351E'

red 253 ◦ green 53 ◦ blue 30

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

Shades of Red Orange #FD351E

Tints of Red Orange #FD351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 75.3%
G = 15.77%
B = 8.93%

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

#FD351E (or 0xFD351E) is known color: Red Orange. HEX triplet: FD, 35 and 1E. RGB value is (253,53,30). Sum of RGB (Red+Green+Blue) = 253+53+30=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD351E is #02CAE1. Grayscale: #6E6E6E. Windows color (decimal): -183010 or 1979901. OLE color: 1979901.

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

Color convert

RGB 253 53 30 -
CMYK 0 0.79 0.88 0.01
HSL 6.19º 0.98% 0.55% -
HSV(B) 6.19º 0.88% 0.99% -
XYZ 42.02 23.52 3.55 -
YUV 110.18 82.76 229.87 -
System Red Green Blue C M Y K H S L
Decimal 253 53 30 0 0.79 0.88 0.01 6.19 0.98 0.55
Hex FD 35 1E 0 4F 58 1 6 62 37
Octal 375 65 36 0 117 130 1 6 142 67
Binary 11111101 110101 11110 0 1001111 1011000 1 110 1100010 110111

Color Harmonies of #FD351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD351E

Black with #FD351E

Text Example


Text Example

White with #FD351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD351E; }

 p { color: rgb(253,53,30); }

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

background-color css

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

 a { background-color: rgb(253,53,30); }

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

border-color css

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

 span { border-color: rgb(253,53,30); }

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