Html Css Color HEX #FDA448 Sunshade

📋 copy color: '#FDA448'

red 253 ◦ green 164 ◦ blue 72

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

Shades of Sunshade #FDA448

Tints of Sunshade #FDA448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.54%

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 51.74%
G = 33.54%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA448 (or 0xFDA448) is known color: Sunshade. HEX triplet: FD, A4 and 48. RGB value is (253,164,72). Sum of RGB (Red+Green+Blue) = 253+164+72=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA448 is #025BB7. Grayscale: #B4B4B4. Windows color (decimal): -154552 or 4760829. OLE color: 4760829.

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

Color convert

RGB 253 164 72 -
CMYK 0 0.35 0.72 0.01
HSL 30.5º 0.98% 0.64% -
HSV(B) 30.5º 0.72% 0.99% -
XYZ 54.95 47.9 12.48 -
YUV 180.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 253 164 72 0 0.35 0.72 0.01 30.5 0.98 0.64
Hex FD A4 48 0 23 48 1 1E 62 40
Octal 375 244 110 0 43 110 1 36 142 100
Binary 11111101 10100100 1001000 0 100011 1001000 1 11110 1100010 1000000

Color Harmonies of #FDA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA448

Black with #FDA448

Text Example


Text Example

White with #FDA448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA448; }

 p { color: rgb(253,164,72); }

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

background-color css

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

 a { background-color: rgb(253,164,72); }

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

border-color css

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

 span { border-color: rgb(253,164,72); }

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