Html Css Color HEX #FDEB5E Corn

📋 copy color: '#FDEB5E'

red 253 ◦ green 235 ◦ blue 94

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

Shades of Corn #FDEB5E

Tints of Corn #FDEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 94 (37.11% from 255) = 16.15%

R = 43.47%
G = 40.38%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDEB5E (or 0xFDEB5E) is known color: Corn. HEX triplet: FD, EB and 5E. RGB value is (253,235,94). Sum of RGB (Red+Green+Blue) = 253+235+94=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 94 (37.11% from 255 or 16.15% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB5E is #0214A1. Grayscale: #E0E0E0. Windows color (decimal): -136354 or 6220797. OLE color: 6220797.

HSL color Cylindrical-coordinate representation of color #FDEB5E: hue angle of 53.21º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDEB5E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 235 94 -
CMYK 0 0.07 0.63 0.01
HSL 53.21º 0.98% 0.68% -
HSV(B) 53.21º 0.63% 0.99% -
XYZ 72.24 81.11 22.44 -
YUV 224.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 253 235 94 0 0.07 0.63 0.01 53.21 0.98 0.68
Hex FD EB 5E 0 7 3F 1 35 62 44
Octal 375 353 136 0 7 77 1 65 142 104
Binary 11111101 11101011 1011110 0 111 111111 1 110101 1100010 1000100

Color Harmonies of #FDEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB5E

Black with #FDEB5E

Text Example


Text Example

White with #FDEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB5E; }

 p { color: rgb(253,235,94); }

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

background-color css

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

 a { background-color: rgb(253,235,94); }

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

border-color css

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

 span { border-color: rgb(253,235,94); }

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