Html Css Color HEX #FCED58 Corn

📋 copy color: '#FCED58'

red 252 ◦ green 237 ◦ blue 88

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

Shades of Corn #FCED58

Tints of Corn #FCED58

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

 BLUE value IS 88 (34.77% from 255) = 15.25%

R = 43.67%
G = 41.07%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCED58 (or 0xFCED58) is known color: Corn. HEX triplet: FC, ED and 58. RGB value is (252,237,88). Sum of RGB (Red+Green+Blue) = 252+237+88=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 88 (34.77% from 255 or 15.25% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED58 is #0312A7. Grayscale: #E1E1E1. Windows color (decimal): -201384 or 5828092. OLE color: 5828092.

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

Color convert

RGB 252 237 88 -
CMYK 0 0.06 0.65 0.01
HSL 54.51º 0.96% 0.67% -
HSV(B) 54.51º 0.65% 0.99% -
XYZ 72.19 81.97 21.25 -
YUV 224.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 252 237 88 0 0.06 0.65 0.01 54.51 0.96 0.67
Hex FC ED 58 0 6 41 1 37 60 43
Octal 374 355 130 0 6 101 1 67 140 103
Binary 11111100 11101101 1011000 0 110 1000001 1 110111 1100000 1000011

Color Harmonies of #FCED58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED58

Black with #FCED58

Text Example


Text Example

White with #FCED58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED58; }

 p { color: rgb(252,237,88); }

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

background-color css

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

 a { background-color: rgb(252,237,88); }

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

border-color css

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

 span { border-color: rgb(252,237,88); }

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