Html Css Color HEX #FCEB5D Corn

📋 copy color: '#FCEB5D'

red 252 ◦ green 235 ◦ blue 93

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

Shades of Corn #FCEB5D

Tints of Corn #FCEB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.03%

R = 43.45%
G = 40.52%
B = 16.03%

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

#FCEB5D (or 0xFCEB5D) is known color: Corn. HEX triplet: FC, EB and 5D. RGB value is (252,235,93). Sum of RGB (Red+Green+Blue) = 252+235+93=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 93 (36.72% from 255 or 16.03% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB5D is #0314A2. Grayscale: #E0E0E0. Windows color (decimal): -201891 or 6155260. OLE color: 6155260.

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

Color convert

RGB 252 235 93 -
CMYK 0 0.07 0.63 0.01
HSL 53.58º 0.96% 0.68% -
HSV(B) 53.58º 0.63% 0.99% -
XYZ 71.83 80.9 22.19 -
YUV 223.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 252 235 93 0 0.07 0.63 0.01 53.58 0.96 0.68
Hex FC EB 5D 0 7 3F 1 36 60 44
Octal 374 353 135 0 7 77 1 66 140 104
Binary 11111100 11101011 1011101 0 111 111111 1 110110 1100000 1000100

Color Harmonies of #FCEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB5D

Black with #FCEB5D

Text Example


Text Example

White with #FCEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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