Html Css Color HEX #FDA54C Sunshade

📋 copy color: '#FDA54C'

red 253 ◦ green 165 ◦ blue 76

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

Shades of Sunshade #FDA54C

Tints of Sunshade #FDA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 51.21%
G = 33.4%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDA54C (or 0xFDA54C) is known color: Sunshade. HEX triplet: FD, A5 and 4C. RGB value is (253,165,76). Sum of RGB (Red+Green+Blue) = 253+165+76=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA54C is #025AB3. Grayscale: #B5B5B5. Windows color (decimal): -154292 or 5023229. OLE color: 5023229.

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

Color convert

RGB 253 165 76 -
CMYK 0 0.35 0.70 0.01
HSL 30.17º 0.98% 0.65% -
HSV(B) 30.17º 0.7% 0.99% -
XYZ 55.27 48.31 13.25 -
YUV 181.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 253 165 76 0 0.35 0.70 0.01 30.17 0.98 0.65
Hex FD A5 4C 0 23 46 1 1E 62 41
Octal 375 245 114 0 43 106 1 36 142 101
Binary 11111101 10100101 1001100 0 100011 1000110 1 11110 1100010 1000001

Color Harmonies of #FDA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA54C

Black with #FDA54C

Text Example


Text Example

White with #FDA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA54C; }

 p { color: rgb(253,165,76); }

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

background-color css

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

 a { background-color: rgb(253,165,76); }

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

border-color css

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

 span { border-color: rgb(253,165,76); }

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