Html Css Color HEX #FCCD40 Sunglow

📋 copy color: '#FCCD40'

red 252 ◦ green 205 ◦ blue 64

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

Shades of Sunglow #FCCD40

Tints of Sunglow #FCCD40

RGB

 RED value IS 252 (98.83% from 255) = 48.37%

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

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

R = 48.37%
G = 39.35%
B = 12.28%

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

#FCCD40 (or 0xFCCD40) is known color: Sunglow. HEX triplet: FC, CD and 40. RGB value is (252,205,64). Sum of RGB (Red+Green+Blue) = 252+205+64=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD40 is #0332BF. Grayscale: #CBCBCB. Windows color (decimal): -209600 or 4247036. OLE color: 4247036.

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

Color convert

RGB 252 205 64 -
CMYK 0 0.19 0.75 0.01
HSL 45º 0.97% 0.62% -
HSV(B) 45º 0.75% 0.99% -
XYZ 62.9 64.73 14.03 -
YUV 202.98 49.57 162.96 -
System Red Green Blue C M Y K H S L
Decimal 252 205 64 0 0.19 0.75 0.01 45 0.97 0.62
Hex FC CD 40 0 13 4B 1 2D 61 3E
Octal 374 315 100 0 23 113 1 55 141 76
Binary 11111100 11001101 1000000 0 10011 1001011 1 101101 1100001 111110

Color Harmonies of #FCCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD40

Black with #FCCD40

Text Example


Text Example

White with #FCCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD40; }

 p { color: rgb(252,205,64); }

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

background-color css

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

 a { background-color: rgb(252,205,64); }

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

border-color css

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

 span { border-color: rgb(252,205,64); }

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