Html Css Color HEX #FCEE5B Corn

📋 copy color: '#FCEE5B'

red 252 ◦ green 238 ◦ blue 91

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

Shades of Corn #FCEE5B

Tints of Corn #FCEE5B

RGB

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

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

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

R = 43.37%
G = 40.96%
B = 15.66%

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

#FCEE5B (or 0xFCEE5B) is known color: Corn. HEX triplet: FC, EE and 5B. RGB value is (252,238,91). Sum of RGB (Red+Green+Blue) = 252+238+91=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 91 (35.94% from 255 or 15.66% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE5B is #0311A4. Grayscale: #E2E2E2. Windows color (decimal): -201125 or 6024956. OLE color: 6024956.

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

Color convert

RGB 252 238 91 -
CMYK 0 0.06 0.64 0.01
HSL 54.78º 0.96% 0.67% -
HSV(B) 54.78º 0.64% 0.99% -
XYZ 72.61 82.6 22.01 -
YUV 225.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 252 238 91 0 0.06 0.64 0.01 54.78 0.96 0.67
Hex FC EE 5B 0 6 40 1 37 60 43
Octal 374 356 133 0 6 100 1 67 140 103
Binary 11111100 11101110 1011011 0 110 1000000 1 110111 1100000 1000011

Color Harmonies of #FCEE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE5B

Black with #FCEE5B

Text Example


Text Example

White with #FCEE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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