Html Css Color HEX #FDCD32 Sunglow

📋 copy color: '#FDCD32'

red 253 ◦ green 205 ◦ blue 50

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

Shades of Sunglow #FDCD32

Tints of Sunglow #FDCD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.84%

R = 49.8%
G = 40.35%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDCD32 (or 0xFDCD32) is known color: Sunglow. HEX triplet: FD, CD and 32. RGB value is (253,205,50). Sum of RGB (Red+Green+Blue) = 253+205+50=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD32 is #0232CD. Grayscale: #CACACA. Windows color (decimal): -144078 or 3329533. OLE color: 3329533.

HSL color Cylindrical-coordinate representation of color #FDCD32: hue angle of 45.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDCD32 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 50 -
CMYK 0 0.19 0.80 0.01
HSL 45.81º 0.98% 0.59% -
HSV(B) 45.81º 0.8% 0.99% -
XYZ 62.92 64.78 12.2 -
YUV 201.68 42.4 164.6 -
System Red Green Blue C M Y K H S L
Decimal 253 205 50 0 0.19 0.80 0.01 45.81 0.98 0.59
Hex FD CD 32 0 13 50 1 2E 62 3B
Octal 375 315 62 0 23 120 1 56 142 73
Binary 11111101 11001101 110010 0 10011 1010000 1 101110 1100010 111011

Color Harmonies of #FDCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD32

Black with #FDCD32

Text Example


Text Example

White with #FDCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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