Html Css Color HEX #FCD63A Sunglow

📋 copy color: '#FCD63A'

red 252 ◦ green 214 ◦ blue 58

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

Shades of Sunglow #FCD63A

Tints of Sunglow #FCD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 58 (23.05% from 255) = 11.07%

R = 48.09%
G = 40.84%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCD63A (or 0xFCD63A) is known color: Sunglow. HEX triplet: FC, D6 and 3A. RGB value is (252,214,58). Sum of RGB (Red+Green+Blue) = 252+214+58=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD63A is #0329C5. Grayscale: #D0D0D0. Windows color (decimal): -207302 or 3856124. OLE color: 3856124.

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

Color convert

RGB 252 214 58 -
CMYK 0 0.15 0.77 0.01
HSL 48.25º 0.97% 0.61% -
HSV(B) 48.25º 0.77% 0.99% -
XYZ 64.96 69.09 13.92 -
YUV 207.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 252 214 58 0 0.15 0.77 0.01 48.25 0.97 0.61
Hex FC D6 3A 0 F 4D 1 30 61 3D
Octal 374 326 72 0 17 115 1 60 141 75
Binary 11111100 11010110 111010 0 1111 1001101 1 110000 1100001 111101

Color Harmonies of #FCD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD63A

Black with #FCD63A

Text Example


Text Example

White with #FCD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD63A; }

 p { color: rgb(252,214,58); }

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

background-color css

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

 a { background-color: rgb(252,214,58); }

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

border-color css

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

 span { border-color: rgb(252,214,58); }

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