Html Css Color HEX #FCD63B Sunglow

📋 copy color: '#FCD63B'

red 252 ◦ green 214 ◦ blue 59

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

Shades of Sunglow #FCD63B

Tints of Sunglow #FCD63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.24%

R = 48%
G = 40.76%
B = 11.24%

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

#FCD63B (or 0xFCD63B) is known color: Sunglow. HEX triplet: FC, D6 and 3B. RGB value is (252,214,59). Sum of RGB (Red+Green+Blue) = 252+214+59=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 59 (23.44% from 255 or 11.24% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD63B is #0329C4. Grayscale: #D0D0D0. Windows color (decimal): -207301 or 3921660. OLE color: 3921660.

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

Color convert

RGB 252 214 59 -
CMYK 0 0.15 0.77 0.01
HSL 48.19º 0.97% 0.61% -
HSV(B) 48.19º 0.77% 0.99% -
XYZ 64.98 69.1 14.05 -
YUV 207.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 252 214 59 0 0.15 0.77 0.01 48.19 0.97 0.61
Hex FC D6 3B 0 F 4D 1 30 61 3D
Octal 374 326 73 0 17 115 1 60 141 75
Binary 11111100 11010110 111011 0 1111 1001101 1 110000 1100001 111101

Color Harmonies of #FCD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD63B

Black with #FCD63B

Text Example


Text Example

White with #FCD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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