Html Css Color HEX #FCE07B Sweet Corn

📋 copy color: '#FCE07B'

red 252 ◦ green 224 ◦ blue 123

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

Shades of Sweet Corn #FCE07B

Tints of Sweet Corn #FCE07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.4%

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

R = 42.07%
G = 37.4%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCE07B (or 0xFCE07B) is known color: Sweet Corn. HEX triplet: FC, E0 and 7B. RGB value is (252,224,123). Sum of RGB (Red+Green+Blue) = 252+224+123=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE07B is #031F84. Grayscale: #DDDDDD. Windows color (decimal): -204677 or 8118524. OLE color: 8118524.

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

Color convert

RGB 252 224 123 -
CMYK 0 0.11 0.51 0.01
HSL 46.98º 0.96% 0.74% -
HSV(B) 46.98º 0.51% 0.99% -
XYZ 70.38 75.44 29.59 -
YUV 220.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 252 224 123 0 0.11 0.51 0.01 46.98 0.96 0.74
Hex FC E0 7B 0 B 33 1 2F 60 4A
Octal 374 340 173 0 13 63 1 57 140 112
Binary 11111100 11100000 1111011 0 1011 110011 1 101111 1100000 1001010

Color Harmonies of #FCE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE07B

Black with #FCE07B

Text Example


Text Example

White with #FCE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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