Html Css Color HEX #FDED5A Corn

📋 copy color: '#FDED5A'

red 253 ◦ green 237 ◦ blue 90

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

Shades of Corn #FDED5A

Tints of Corn #FDED5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.52%

R = 43.62%
G = 40.86%
B = 15.52%

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

#FDED5A (or 0xFDED5A) is known color: Corn. HEX triplet: FD, ED and 5A. RGB value is (253,237,90). Sum of RGB (Red+Green+Blue) = 253+237+90=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 90 (35.55% from 255 or 15.52% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED5A is #0212A5. Grayscale: #E1E1E1. Windows color (decimal): -135846 or 5959165. OLE color: 5959165.

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

Color convert

RGB 253 237 90 -
CMYK 0 0.06 0.64 0.01
HSL 54.11º 0.98% 0.67% -
HSV(B) 54.11º 0.64% 0.99% -
XYZ 72.64 82.19 21.71 -
YUV 225.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 253 237 90 0 0.06 0.64 0.01 54.11 0.98 0.67
Hex FD ED 5A 0 6 40 1 36 62 43
Octal 375 355 132 0 6 100 1 66 142 103
Binary 11111101 11101101 1011010 0 110 1000000 1 110110 1100010 1000011

Color Harmonies of #FDED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED5A

Black with #FDED5A

Text Example


Text Example

White with #FDED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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