Html Css Color HEX #FCDB6C Sweet Corn

📋 copy color: '#FCDB6C'

red 252 ◦ green 219 ◦ blue 108

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

Shades of Sweet Corn #FCDB6C

Tints of Sweet Corn #FCDB6C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 108 (42.58% from 255) = 18.65%

R = 43.52%
G = 37.82%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCDB6C (or 0xFCDB6C) is known color: Sweet Corn. HEX triplet: FC, DB and 6C. RGB value is (252,219,108). Sum of RGB (Red+Green+Blue) = 252+219+108=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB6C is #032493. Grayscale: #D8D8D8. Windows color (decimal): -205972 or 7134204. OLE color: 7134204.

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

Color convert

RGB 252 219 108 -
CMYK 0 0.13 0.57 0.01
HSL 46.25º 0.96% 0.71% -
HSV(B) 46.25º 0.57% 0.99% -
XYZ 68.18 72.44 24.58 -
YUV 216.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 252 219 108 0 0.13 0.57 0.01 46.25 0.96 0.71
Hex FC DB 6C 0 D 39 1 2E 60 47
Octal 374 333 154 0 15 71 1 56 140 107
Binary 11111100 11011011 1101100 0 1101 111001 1 101110 1100000 1000111

Color Harmonies of #FCDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB6C

Black with #FCDB6C

Text Example


Text Example

White with #FCDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB6C; }

 p { color: rgb(252,219,108); }

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

background-color css

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

 a { background-color: rgb(252,219,108); }

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

border-color css

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

 span { border-color: rgb(252,219,108); }

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