Html Css Color HEX #FCDA6B Sweet Corn

📋 copy color: '#FCDA6B'

red 252 ◦ green 218 ◦ blue 107

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

Shades of Sweet Corn #FCDA6B

Tints of Sweet Corn #FCDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.78%

 BLUE value IS 107 (42.19% from 255) = 18.54%

R = 43.67%
G = 37.78%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCDA6B (or 0xFCDA6B) is known color: Sweet Corn. HEX triplet: FC, DA and 6B. RGB value is (252,218,107). Sum of RGB (Red+Green+Blue) = 252+218+107=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA6B is #032594. Grayscale: #D7D7D7. Windows color (decimal): -206229 or 7068412. OLE color: 7068412.

HSL color Cylindrical-coordinate representation of color #FCDA6B: hue angle of 45.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCDA6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 107 -
CMYK 0 0.13 0.58 0.01
HSL 45.93º 0.96% 0.7% -
HSV(B) 45.93º 0.58% 0.99% -
XYZ 67.87 71.9 24.21 -
YUV 215.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 252 218 107 0 0.13 0.58 0.01 45.93 0.96 0.7
Hex FC DA 6B 0 D 3A 1 2E 60 46
Octal 374 332 153 0 15 72 1 56 140 106
Binary 11111100 11011010 1101011 0 1101 111010 1 101110 1100000 1000110

Color Harmonies of #FCDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA6B

Black with #FCDA6B

Text Example


Text Example

White with #FCDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA6B; }

 p { color: rgb(252,218,107); }

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

background-color css

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

 a { background-color: rgb(252,218,107); }

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

border-color css

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

 span { border-color: rgb(252,218,107); }

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