Html Css Color HEX #FCEB5E Corn

📋 copy color: '#FCEB5E'

red 252 ◦ green 235 ◦ blue 94

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

Shades of Corn #FCEB5E

Tints of Corn #FCEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.45%

 BLUE value IS 94 (37.11% from 255) = 16.18%

R = 43.37%
G = 40.45%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCEB5E (or 0xFCEB5E) is known color: Corn. HEX triplet: FC, EB and 5E. RGB value is (252,235,94). Sum of RGB (Red+Green+Blue) = 252+235+94=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB5E is #0314A1. Grayscale: #E0E0E0. Windows color (decimal): -201890 or 6220796. OLE color: 6220796.

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

Color convert

RGB 252 235 94 -
CMYK 0 0.07 0.63 0.01
HSL 53.54º 0.96% 0.68% -
HSV(B) 53.54º 0.63% 0.99% -
XYZ 71.87 80.92 22.42 -
YUV 224.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 252 235 94 0 0.07 0.63 0.01 53.54 0.96 0.68
Hex FC EB 5E 0 7 3F 1 36 60 44
Octal 374 353 136 0 7 77 1 66 140 104
Binary 11111100 11101011 1011110 0 111 111111 1 110110 1100000 1000100

Color Harmonies of #FCEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB5E

Black with #FCEB5E

Text Example


Text Example

White with #FCEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB5E; }

 p { color: rgb(252,235,94); }

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

background-color css

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

 a { background-color: rgb(252,235,94); }

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

border-color css

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

 span { border-color: rgb(252,235,94); }

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