Html Css Color HEX #FDD636 Sunglow

📋 copy color: '#FDD636'

red 253 ◦ green 214 ◦ blue 54

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

Shades of Sunglow #FDD636

Tints of Sunglow #FDD636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

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

R = 48.56%
G = 41.07%
B = 10.36%

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

#FDD636 (or 0xFDD636) is known color: Sunglow. HEX triplet: FD, D6 and 36. RGB value is (253,214,54). Sum of RGB (Red+Green+Blue) = 253+214+54=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 54 (21.48% from 255 or 10.36% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD636 is #0229C9. Grayscale: #D0D0D0. Windows color (decimal): -141770 or 3593981. OLE color: 3593981.

HSL color Cylindrical-coordinate representation of color #FDD636: hue angle of 48.24º 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 #FDD636 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 54 -
CMYK 0 0.15 0.79 0.01
HSL 48.24º 0.98% 0.6% -
HSV(B) 48.24º 0.79% 0.99% -
XYZ 65.22 69.24 13.42 -
YUV 207.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 253 214 54 0 0.15 0.79 0.01 48.24 0.98 0.6
Hex FD D6 36 0 F 4F 1 30 62 3C
Octal 375 326 66 0 17 117 1 60 142 74
Binary 11111101 11010110 110110 0 1111 1001111 1 110000 1100010 111100

Color Harmonies of #FDD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD636

Black with #FDD636

Text Example


Text Example

White with #FDD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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