Html Css Color HEX #FDCE40 Sunglow

📋 copy color: '#FDCE40'

red 253 ◦ green 206 ◦ blue 64

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

Shades of Sunglow #FDCE40

Tints of Sunglow #FDCE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.24%

R = 48.37%
G = 39.39%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDCE40 (or 0xFDCE40) is known color: Sunglow. HEX triplet: FD, CE and 40. RGB value is (253,206,64). Sum of RGB (Red+Green+Blue) = 253+206+64=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE40 is #0231BF. Grayscale: #CCCCCC. Windows color (decimal): -143808 or 4247293. OLE color: 4247293.

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

Color convert

RGB 253 206 64 -
CMYK 0 0.19 0.75 0.01
HSL 45.08º 0.98% 0.62% -
HSV(B) 45.08º 0.75% 0.99% -
XYZ 63.5 65.4 14.13 -
YUV 203.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 253 206 64 0 0.19 0.75 0.01 45.08 0.98 0.62
Hex FD CE 40 0 13 4B 1 2D 62 3E
Octal 375 316 100 0 23 113 1 55 142 76
Binary 11111101 11001110 1000000 0 10011 1001011 1 101101 1100010 111110

Color Harmonies of #FDCE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE40

Black with #FDCE40

Text Example


Text Example

White with #FDCE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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