Html Css Color HEX #FCE67B Sweet Corn

📋 copy color: '#FCE67B'

red 252 ◦ green 230 ◦ blue 123

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

Shades of Sweet Corn #FCE67B

Tints of Sweet Corn #FCE67B

RGB

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

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

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

R = 41.65%
G = 38.02%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCE67B (or 0xFCE67B) is known color: Sweet Corn. HEX triplet: FC, E6 and 7B. RGB value is (252,230,123). Sum of RGB (Red+Green+Blue) = 252+230+123=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 123 (48.44% from 255 or 20.33% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE67B is #031984. Grayscale: #E0E0E0. Windows color (decimal): -203141 or 8120060. OLE color: 8120060.

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

Color convert

RGB 252 230 123 -
CMYK 0 0.09 0.51 0.01
HSL 49.77º 0.96% 0.74% -
HSV(B) 49.77º 0.51% 0.99% -
XYZ 72.02 78.72 30.14 -
YUV 224.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 252 230 123 0 0.09 0.51 0.01 49.77 0.96 0.74
Hex FC E6 7B 0 9 33 1 32 60 4A
Octal 374 346 173 0 11 63 1 62 140 112
Binary 11111100 11100110 1111011 0 1001 110011 1 110010 1100000 1001010

Color Harmonies of #FCE67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE67B

Black with #FCE67B

Text Example


Text Example

White with #FCE67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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