Html Css Color HEX #FCD23C Sunglow

📋 copy color: '#FCD23C'

red 252 ◦ green 210 ◦ blue 60

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

Shades of Sunglow #FCD23C

Tints of Sunglow #FCD23C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

 BLUE value IS 60 (23.83% from 255) = 11.49%

R = 48.28%
G = 40.23%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCD23C (or 0xFCD23C) is known color: Sunglow. HEX triplet: FC, D2 and 3C. RGB value is (252,210,60). Sum of RGB (Red+Green+Blue) = 252+210+60=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD23C is #032DC3. Grayscale: #CECECE. Windows color (decimal): -208324 or 3986172. OLE color: 3986172.

HSL color Cylindrical-coordinate representation of color #FCD23C: hue angle of 46.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCD23C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 210 60 -
CMYK 0 0.17 0.76 0.01
HSL 46.88º 0.97% 0.61% -
HSV(B) 46.88º 0.76% 0.99% -
XYZ 64.01 67.11 13.86 -
YUV 205.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 252 210 60 0 0.17 0.76 0.01 46.88 0.97 0.61
Hex FC D2 3C 0 11 4C 1 2F 61 3D
Octal 374 322 74 0 21 114 1 57 141 75
Binary 11111100 11010010 111100 0 10001 1001100 1 101111 1100001 111101

Color Harmonies of #FCD23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD23C

Black with #FCD23C

Text Example


Text Example

White with #FCD23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD23C; }

 p { color: rgb(252,210,60); }

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

background-color css

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

 a { background-color: rgb(252,210,60); }

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

border-color css

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

 span { border-color: rgb(252,210,60); }

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