Html Css Color HEX #FD4A41 Sunset Orange

📋 copy color: '#FD4A41'

red 253 ◦ green 74 ◦ blue 65

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

Shades of Sunset Orange #FD4A41

Tints of Sunset Orange #FD4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 64.54%
G = 18.88%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD4A41 (or 0xFD4A41) is known color: Sunset Orange. HEX triplet: FD, 4A and 41. RGB value is (253,74,65). Sum of RGB (Red+Green+Blue) = 253+74+65=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A41 is #02B5BE. Grayscale: #7E7E7E. Windows color (decimal): -177599 or 4279037. OLE color: 4279037.

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

Color convert

RGB 253 74 65 -
CMYK 0 0.71 0.74 0.01
HSL 2.87º 0.98% 0.62% -
HSV(B) 2.87º 0.74% 0.99% -
XYZ 43.91 26.16 7.74 -
YUV 126.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 253 74 65 0 0.71 0.74 0.01 2.87 0.98 0.62
Hex FD 4A 41 0 47 4A 1 3 62 3E
Octal 375 112 101 0 107 112 1 3 142 76
Binary 11111101 1001010 1000001 0 1000111 1001010 1 11 1100010 111110

Color Harmonies of #FD4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A41

Black with #FD4A41

Text Example


Text Example

White with #FD4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A41; }

 p { color: rgb(253,74,65); }

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

background-color css

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

 a { background-color: rgb(253,74,65); }

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

border-color css

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

 span { border-color: rgb(253,74,65); }

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