Html Css Color HEX #FCED62 Corn

📋 copy color: '#FCED62'

red 252 ◦ green 237 ◦ blue 98

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

Shades of Corn #FCED62

Tints of Corn #FCED62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.7%

R = 42.93%
G = 40.37%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCED62 (or 0xFCED62) is known color: Corn. HEX triplet: FC, ED and 62. RGB value is (252,237,98). Sum of RGB (Red+Green+Blue) = 252+237+98=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 98 (38.67% from 255 or 16.70% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED62 is #03129D. Grayscale: #E2E2E2. Windows color (decimal): -201374 or 6483452. OLE color: 6483452.

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

Color convert

RGB 252 237 98 -
CMYK 0 0.06 0.61 0.01
HSL 54.16º 0.96% 0.69% -
HSV(B) 54.16º 0.61% 0.99% -
XYZ 72.63 82.15 23.58 -
YUV 225.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 252 237 98 0 0.06 0.61 0.01 54.16 0.96 0.69
Hex FC ED 62 0 6 3D 1 36 60 45
Octal 374 355 142 0 6 75 1 66 140 105
Binary 11111100 11101101 1100010 0 110 111101 1 110110 1100000 1000101

Color Harmonies of #FCED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED62

Black with #FCED62

Text Example


Text Example

White with #FCED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED62; }

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

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

background-color css

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

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

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

border-color css

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

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

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