Html Css Color HEX #FD524A Sunset Orange

📋 copy color: '#FD524A'

red 253 ◦ green 82 ◦ blue 74

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

Shades of Sunset Orange #FD524A

Tints of Sunset Orange #FD524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 61.86%
G = 20.05%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD524A (or 0xFD524A) is known color: Sunset Orange. HEX triplet: FD, 52 and 4A. RGB value is (253,82,74). Sum of RGB (Red+Green+Blue) = 253+82+74=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD524A is #02ADB5. Grayscale: #848484. Windows color (decimal): -175542 or 4870909. OLE color: 4870909.

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

Color convert

RGB 253 82 74 -
CMYK 0 0.68 0.71 0.01
HSL 2.68º 0.98% 0.64% -
HSV(B) 2.68º 0.71% 0.99% -
XYZ 44.76 27.41 9.41 -
YUV 132.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 253 82 74 0 0.68 0.71 0.01 2.68 0.98 0.64
Hex FD 52 4A 0 44 47 1 3 62 40
Octal 375 122 112 0 104 107 1 3 142 100
Binary 11111101 1010010 1001010 0 1000100 1000111 1 11 1100010 1000000

Color Harmonies of #FD524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD524A

Black with #FD524A

Text Example


Text Example

White with #FD524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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