Html Css Color HEX #FDE85B Corn

📋 copy color: '#FDE85B'

red 253 ◦ green 232 ◦ blue 91

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

Shades of Corn #FDE85B

Tints of Corn #FDE85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.28%

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

R = 43.92%
G = 40.28%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDE85B (or 0xFDE85B) is known color: Corn. HEX triplet: FD, E8 and 5B. RGB value is (253,232,91). Sum of RGB (Red+Green+Blue) = 253+232+91=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 91 (35.94% from 255 or 15.80% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE85B is #0217A4. Grayscale: #DEDEDE. Windows color (decimal): -137125 or 6023421. OLE color: 6023421.

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

Color convert

RGB 253 232 91 -
CMYK 0 0.08 0.64 0.01
HSL 52.22º 0.98% 0.67% -
HSV(B) 52.22º 0.64% 0.99% -
XYZ 71.25 79.35 21.46 -
YUV 222.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 253 232 91 0 0.08 0.64 0.01 52.22 0.98 0.67
Hex FD E8 5B 0 8 40 1 34 62 43
Octal 375 350 133 0 10 100 1 64 142 103
Binary 11111101 11101000 1011011 0 1000 1000000 1 110100 1100010 1000011

Color Harmonies of #FDE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE85B

Black with #FDE85B

Text Example


Text Example

White with #FDE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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