Html Css Color HEX #FDED5B Corn

📋 copy color: '#FDED5B'

red 253 ◦ green 237 ◦ blue 91

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

Shades of Corn #FDED5B

Tints of Corn #FDED5B

RGB

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

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

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

R = 43.55%
G = 40.79%
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

#FDED5B (or 0xFDED5B) is known color: Corn. HEX triplet: FD, ED and 5B. RGB value is (253,237,91). Sum of RGB (Red+Green+Blue) = 253+237+91=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 91 (35.94% from 255 or 15.66% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED5B is #0212A4. Grayscale: #E1E1E1. Windows color (decimal): -135845 or 6024701. OLE color: 6024701.

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

Color convert

RGB 253 237 91 -
CMYK 0 0.06 0.64 0.01
HSL 54.07º 0.98% 0.67% -
HSV(B) 54.07º 0.64% 0.99% -
XYZ 72.68 82.21 21.93 -
YUV 225.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 253 237 91 0 0.06 0.64 0.01 54.07 0.98 0.67
Hex FD ED 5B 0 6 40 1 36 62 43
Octal 375 355 133 0 6 100 1 66 142 103
Binary 11111101 11101101 1011011 0 110 1000000 1 110110 1100010 1000011

Color Harmonies of #FDED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED5B

Black with #FDED5B

Text Example


Text Example

White with #FDED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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