Html Css Color HEX #FDCE32 Sunglow

📋 copy color: '#FDCE32'

red 253 ◦ green 206 ◦ blue 50

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

Shades of Sunglow #FDCE32

Tints of Sunglow #FDCE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

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

R = 49.71%
G = 40.47%
B = 9.82%

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

#FDCE32 (or 0xFDCE32) is known color: Sunglow. HEX triplet: FD, CE and 32. RGB value is (253,206,50). Sum of RGB (Red+Green+Blue) = 253+206+50=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE32 is #0231CD. Grayscale: #CACACA. Windows color (decimal): -143822 or 3329789. OLE color: 3329789.

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

Color convert

RGB 253 206 50 -
CMYK 0 0.19 0.80 0.01
HSL 46.11º 0.98% 0.59% -
HSV(B) 46.11º 0.8% 0.99% -
XYZ 63.16 65.26 12.28 -
YUV 202.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 253 206 50 0 0.19 0.80 0.01 46.11 0.98 0.59
Hex FD CE 32 0 13 50 1 2E 62 3B
Octal 375 316 62 0 23 120 1 56 142 73
Binary 11111101 11001110 110010 0 10011 1010000 1 101110 1100010 111011

Color Harmonies of #FDCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE32

Black with #FDCE32

Text Example


Text Example

White with #FDCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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