Html Css Color HEX #FCDF7B Sweet Corn

📋 copy color: '#FCDF7B'

red 252 ◦ green 223 ◦ blue 123

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

Shades of Sweet Corn #FCDF7B

Tints of Sweet Corn #FCDF7B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

 BLUE value IS 123 (48.44% from 255) = 20.57%

R = 42.14%
G = 37.29%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCDF7B (or 0xFCDF7B) is known color: Sweet Corn. HEX triplet: FC, DF and 7B. RGB value is (252,223,123). Sum of RGB (Red+Green+Blue) = 252+223+123=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF7B is #032084. Grayscale: #DCDCDC. Windows color (decimal): -204933 or 8118268. OLE color: 8118268.

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

Color convert

RGB 252 223 123 -
CMYK 0 0.12 0.51 0.01
HSL 46.51º 0.96% 0.74% -
HSV(B) 46.51º 0.51% 0.99% -
XYZ 70.11 74.9 29.5 -
YUV 220.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 252 223 123 0 0.12 0.51 0.01 46.51 0.96 0.74
Hex FC DF 7B 0 C 33 1 2F 60 4A
Octal 374 337 173 0 14 63 1 57 140 112
Binary 11111100 11011111 1111011 0 1100 110011 1 101111 1100000 1001010

Color Harmonies of #FCDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF7B

Black with #FCDF7B

Text Example


Text Example

White with #FCDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF7B; }

 p { color: rgb(252,223,123); }

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

background-color css

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

 a { background-color: rgb(252,223,123); }

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

border-color css

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

 span { border-color: rgb(252,223,123); }

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