Html Css Color HEX #FD362E Red Orange

📋 copy color: '#FD362E'

red 253 ◦ green 54 ◦ blue 46

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

Shades of Red Orange #FD362E

Tints of Red Orange #FD362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 71.67%
G = 15.3%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD362E (or 0xFD362E) is known color: Red Orange. HEX triplet: FD, 36 and 2E. RGB value is (253,54,46). Sum of RGB (Red+Green+Blue) = 253+54+46=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD362E is #02C9D1. Grayscale: #707070. Windows color (decimal): -182738 or 3028733. OLE color: 3028733.

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

Color convert

RGB 253 54 46 -
CMYK 0 0.79 0.82 0.01
HSL 2.32º 0.98% 0.59% -
HSV(B) 2.32º 0.82% 0.99% -
XYZ 42.32 23.72 4.93 -
YUV 112.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 253 54 46 0 0.79 0.82 0.01 2.32 0.98 0.59
Hex FD 36 2E 0 4F 52 1 2 62 3B
Octal 375 66 56 0 117 122 1 2 142 73
Binary 11111101 110110 101110 0 1001111 1010010 1 10 1100010 111011

Color Harmonies of #FD362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD362E

Black with #FD362E

Text Example


Text Example

White with #FD362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD362E; }

 p { color: rgb(253,54,46); }

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

background-color css

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

 a { background-color: rgb(253,54,46); }

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

border-color css

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

 span { border-color: rgb(253,54,46); }

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