Html Css Color HEX #FD4946 Sunset Orange

📋 copy color: '#FD4946'

red 253 ◦ green 73 ◦ blue 70

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

Shades of Sunset Orange #FD4946

Tints of Sunset Orange #FD4946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 63.89%
G = 18.43%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD4946 (or 0xFD4946) is known color: Sunset Orange. HEX triplet: FD, 49 and 46. RGB value is (253,73,70). Sum of RGB (Red+Green+Blue) = 253+73+70=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4946 is #02B6B9. Grayscale: #7E7E7E. Windows color (decimal): -177850 or 4606461. OLE color: 4606461.

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

Color convert

RGB 253 73 70 -
CMYK 0 0.71 0.72 0.01
HSL 0.98º 0.98% 0.63% -
HSV(B) 0.98º 0.72% 0.99% -
XYZ 44 26.09 8.51 -
YUV 126.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 253 73 70 0 0.71 0.72 0.01 0.98 0.98 0.63
Hex FD 49 46 0 47 48 1 1 62 3F
Octal 375 111 106 0 107 110 1 1 142 77
Binary 11111101 1001001 1000110 0 1000111 1001000 1 1 1100010 111111

Color Harmonies of #FD4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4946

Black with #FD4946

Text Example


Text Example

White with #FD4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4946; }

 p { color: rgb(253,73,70); }

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

background-color css

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

 a { background-color: rgb(253,73,70); }

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

border-color css

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

 span { border-color: rgb(253,73,70); }

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