Html Css Color HEX #FDEB5D Corn

📋 copy color: '#FDEB5D'

red 253 ◦ green 235 ◦ blue 93

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

Shades of Corn #FDEB5D

Tints of Corn #FDEB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.01%

R = 43.55%
G = 40.45%
B = 16.01%

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

#FDEB5D (or 0xFDEB5D) is known color: Corn. HEX triplet: FD, EB and 5D. RGB value is (253,235,93). Sum of RGB (Red+Green+Blue) = 253+235+93=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB5D is #0214A2. Grayscale: #E0E0E0. Windows color (decimal): -136355 or 6155261. OLE color: 6155261.

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

Color convert

RGB 253 235 93 -
CMYK 0 0.07 0.63 0.01
HSL 53.25º 0.98% 0.68% -
HSV(B) 53.25º 0.63% 0.99% -
XYZ 72.19 81.09 22.2 -
YUV 224.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 253 235 93 0 0.07 0.63 0.01 53.25 0.98 0.68
Hex FD EB 5D 0 7 3F 1 35 62 44
Octal 375 353 135 0 7 77 1 65 142 104
Binary 11111101 11101011 1011101 0 111 111111 1 110101 1100010 1000100

Color Harmonies of #FDEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB5D

Black with #FDEB5D

Text Example


Text Example

White with #FDEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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