Html Css Color HEX #FCEF5A Corn

📋 copy color: '#FCEF5A'

red 252 ◦ green 239 ◦ blue 90

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

Shades of Corn #FCEF5A

Tints of Corn #FCEF5A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.14%

 BLUE value IS 90 (35.55% from 255) = 15.49%

R = 43.37%
G = 41.14%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCEF5A (or 0xFCEF5A) is known color: Corn. HEX triplet: FC, EF and 5A. RGB value is (252,239,90). Sum of RGB (Red+Green+Blue) = 252+239+90=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 90 (35.55% from 255 or 15.49% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF5A is #0310A5. Grayscale: #E2E2E2. Windows color (decimal): -200870 or 5959676. OLE color: 5959676.

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

Color convert

RGB 252 239 90 -
CMYK 0 0.05 0.64 0.01
HSL 55.19º 0.96% 0.67% -
HSV(B) 55.19º 0.64% 0.99% -
XYZ 72.86 83.17 21.89 -
YUV 225.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 252 239 90 0 0.05 0.64 0.01 55.19 0.96 0.67
Hex FC EF 5A 0 5 40 1 37 60 43
Octal 374 357 132 0 5 100 1 67 140 103
Binary 11111100 11101111 1011010 0 101 1000000 1 110111 1100000 1000011

Color Harmonies of #FCEF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF5A

Black with #FCEF5A

Text Example


Text Example

White with #FCEF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF5A; }

 p { color: rgb(252,239,90); }

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

background-color css

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

 a { background-color: rgb(252,239,90); }

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

border-color css

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

 span { border-color: rgb(252,239,90); }

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