Html Css Color HEX #FDD736 Sunglow

📋 copy color: '#FDD736'

red 253 ◦ green 215 ◦ blue 54

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

Shades of Sunglow #FDD736

Tints of Sunglow #FDD736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

 BLUE value IS 54 (21.48% from 255) = 10.34%

R = 48.47%
G = 41.19%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDD736 (or 0xFDD736) is known color: Sunglow. HEX triplet: FD, D7 and 36. RGB value is (253,215,54). Sum of RGB (Red+Green+Blue) = 253+215+54=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD736 is #0228C9. Grayscale: #D0D0D0. Windows color (decimal): -141514 or 3594237. OLE color: 3594237.

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

Color convert

RGB 253 215 54 -
CMYK 0 0.15 0.79 0.01
HSL 48.54º 0.98% 0.6% -
HSV(B) 48.54º 0.79% 0.99% -
XYZ 65.47 69.75 13.5 -
YUV 208.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 253 215 54 0 0.15 0.79 0.01 48.54 0.98 0.6
Hex FD D7 36 0 F 4F 1 31 62 3C
Octal 375 327 66 0 17 117 1 61 142 74
Binary 11111101 11010111 110110 0 1111 1001111 1 110001 1100010 111100

Color Harmonies of #FDD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD736

Black with #FDD736

Text Example


Text Example

White with #FDD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD736; }

 p { color: rgb(253,215,54); }

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

background-color css

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

 a { background-color: rgb(253,215,54); }

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

border-color css

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

 span { border-color: rgb(253,215,54); }

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