Html Css Color HEX #FDED58 Corn

📋 copy color: '#FDED58'

red 253 ◦ green 237 ◦ blue 88

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

Shades of Corn #FDED58

Tints of Corn #FDED58

RGB

 RED value IS 253 (99.22% from 255) = 43.77%

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

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

R = 43.77%
G = 41%
B = 15.22%

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

#FDED58 (or 0xFDED58) is known color: Corn. HEX triplet: FD, ED and 58. RGB value is (253,237,88). Sum of RGB (Red+Green+Blue) = 253+237+88=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 88 (34.77% from 255 or 15.22% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED58 is #0212A7. Grayscale: #E1E1E1. Windows color (decimal): -135848 or 5828093. OLE color: 5828093.

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

Color convert

RGB 253 237 88 -
CMYK 0 0.06 0.65 0.01
HSL 54.18º 0.98% 0.67% -
HSV(B) 54.18º 0.65% 0.99% -
XYZ 72.55 82.16 21.27 -
YUV 224.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 253 237 88 0 0.06 0.65 0.01 54.18 0.98 0.67
Hex FD ED 58 0 6 41 1 36 62 43
Octal 375 355 130 0 6 101 1 66 142 103
Binary 11111101 11101101 1011000 0 110 1000001 1 110110 1100010 1000011

Color Harmonies of #FDED58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED58

Black with #FDED58

Text Example


Text Example

White with #FDED58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED58; }

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

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

background-color css

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

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

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

border-color css

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

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

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