Html Css Color HEX #FDA54B Sunshade

📋 copy color: '#FDA54B'

red 253 ◦ green 165 ◦ blue 75

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

Shades of Sunshade #FDA54B

Tints of Sunshade #FDA54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.21%

R = 51.32%
G = 33.47%
B = 15.21%

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

#FDA54B (or 0xFDA54B) is known color: Sunshade. HEX triplet: FD, A5 and 4B. RGB value is (253,165,75). Sum of RGB (Red+Green+Blue) = 253+165+75=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA54B is #025AB4. Grayscale: #B5B5B5. Windows color (decimal): -154293 or 4957693. OLE color: 4957693.

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

Color convert

RGB 253 165 75 -
CMYK 0 0.35 0.70 0.01
HSL 30.34º 0.98% 0.64% -
HSV(B) 30.34º 0.7% 0.99% -
XYZ 55.23 48.3 13.07 -
YUV 181.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 253 165 75 0 0.35 0.70 0.01 30.34 0.98 0.64
Hex FD A5 4B 0 23 46 1 1E 62 40
Octal 375 245 113 0 43 106 1 36 142 100
Binary 11111101 10100101 1001011 0 100011 1000110 1 11110 1100010 1000000

Color Harmonies of #FDA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA54B

Black with #FDA54B

Text Example


Text Example

White with #FDA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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