Html Css Color HEX #FCEE5A Corn

📋 copy color: '#FCEE5A'

red 252 ◦ green 238 ◦ blue 90

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

Shades of Corn #FCEE5A

Tints of Corn #FCEE5A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 43.45%
G = 41.03%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCEE5A (or 0xFCEE5A) is known color: Corn. HEX triplet: FC, EE and 5A. RGB value is (252,238,90). Sum of RGB (Red+Green+Blue) = 252+238+90=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 90 (35.55% from 255 or 15.52% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE5A is #0311A5. Grayscale: #E1E1E1. Windows color (decimal): -201126 or 5959420. OLE color: 5959420.

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

Color convert

RGB 252 238 90 -
CMYK 0 0.06 0.64 0.01
HSL 54.81º 0.96% 0.67% -
HSV(B) 54.81º 0.64% 0.99% -
XYZ 72.56 82.58 21.79 -
YUV 225.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 252 238 90 0 0.06 0.64 0.01 54.81 0.96 0.67
Hex FC EE 5A 0 6 40 1 37 60 43
Octal 374 356 132 0 6 100 1 67 140 103
Binary 11111100 11101110 1011010 0 110 1000000 1 110111 1100000 1000011

Color Harmonies of #FCEE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE5A

Black with #FCEE5A

Text Example


Text Example

White with #FCEE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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