Html Css Color HEX #FCEB5B Corn

📋 copy color: '#FCEB5B'

red 252 ◦ green 235 ◦ blue 91

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

Shades of Corn #FCEB5B

Tints of Corn #FCEB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.74%

R = 43.6%
G = 40.66%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCEB5B (or 0xFCEB5B) is known color: Corn. HEX triplet: FC, EB and 5B. RGB value is (252,235,91). Sum of RGB (Red+Green+Blue) = 252+235+91=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 91 (35.94% from 255 or 15.74% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB5B is #0314A4. Grayscale: #E0E0E0. Windows color (decimal): -201893 or 6024188. OLE color: 6024188.

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

Color convert

RGB 252 235 91 -
CMYK 0 0.07 0.64 0.01
HSL 53.66º 0.96% 0.67% -
HSV(B) 53.66º 0.64% 0.99% -
XYZ 71.74 80.87 21.73 -
YUV 223.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 252 235 91 0 0.07 0.64 0.01 53.66 0.96 0.67
Hex FC EB 5B 0 7 40 1 36 60 43
Octal 374 353 133 0 7 100 1 66 140 103
Binary 11111100 11101011 1011011 0 111 1000000 1 110110 1100000 1000011

Color Harmonies of #FCEB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB5B

Black with #FCEB5B

Text Example


Text Example

White with #FCEB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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