Html Css Color HEX #FDCD36 Sunglow

📋 copy color: '#FDCD36'

red 253 ◦ green 205 ◦ blue 54

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

Shades of Sunglow #FDCD36

Tints of Sunglow #FDCD36

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

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

R = 49.41%
G = 40.04%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDCD36 (or 0xFDCD36) is known color: Sunglow. HEX triplet: FD, CD and 36. RGB value is (253,205,54). Sum of RGB (Red+Green+Blue) = 253+205+54=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 54 (21.48% from 255 or 10.55% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD36 is #0232C9. Grayscale: #CACACA. Windows color (decimal): -144074 or 3591677. OLE color: 3591677.

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

Color convert

RGB 253 205 54 -
CMYK 0 0.19 0.79 0.01
HSL 45.53º 0.98% 0.6% -
HSV(B) 45.53º 0.79% 0.99% -
XYZ 63.01 64.81 12.68 -
YUV 202.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 253 205 54 0 0.19 0.79 0.01 45.53 0.98 0.6
Hex FD CD 36 0 13 4F 1 2E 62 3C
Octal 375 315 66 0 23 117 1 56 142 74
Binary 11111101 11001101 110110 0 10011 1001111 1 101110 1100010 111100

Color Harmonies of #FDCD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD36

Black with #FDCD36

Text Example


Text Example

White with #FDCD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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