Html Css Color HEX #FCE67D Sweet Corn

📋 copy color: '#FCE67D'

red 252 ◦ green 230 ◦ blue 125

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

Shades of Sweet Corn #FCE67D

Tints of Sweet Corn #FCE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.89%

 BLUE value IS 125 (49.22% from 255) = 20.59%

R = 41.52%
G = 37.89%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCE67D (or 0xFCE67D) is known color: Sweet Corn. HEX triplet: FC, E6 and 7D. RGB value is (252,230,125). Sum of RGB (Red+Green+Blue) = 252+230+125=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE67D is #031982. Grayscale: #E1E1E1. Windows color (decimal): -203139 or 8251132. OLE color: 8251132.

HSL color Cylindrical-coordinate representation of color #FCE67D: hue angle of 49.61º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE67D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 125 -
CMYK 0 0.09 0.50 0.01
HSL 49.61º 0.95% 0.74% -
HSV(B) 49.61º 0.5% 0.99% -
XYZ 72.14 78.77 30.8 -
YUV 224.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 252 230 125 0 0.09 0.50 0.01 49.61 0.95 0.74
Hex FC E6 7D 0 9 32 1 32 5F 4A
Octal 374 346 175 0 11 62 1 62 137 112
Binary 11111100 11100110 1111101 0 1001 110010 1 110010 1011111 1001010

Color Harmonies of #FCE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE67D

Black with #FCE67D

Text Example


Text Example

White with #FCE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE67D; }

 p { color: rgb(252,230,125); }

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

background-color css

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

 a { background-color: rgb(252,230,125); }

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

border-color css

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

 span { border-color: rgb(252,230,125); }

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