Html Css Color HEX #FDE678 Sweet Corn

📋 copy color: '#FDE678'

red 253 ◦ green 230 ◦ blue 120

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

Shades of Sweet Corn #FDE678

Tints of Sweet Corn #FDE678

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.14%

 BLUE value IS 120 (47.27% from 255) = 19.9%

R = 41.96%
G = 38.14%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE678 (or 0xFDE678) is known color: Sweet Corn. HEX triplet: FD, E6 and 78. RGB value is (253,230,120). Sum of RGB (Red+Green+Blue) = 253+230+120=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE678 is #021987. Grayscale: #E0E0E0. Windows color (decimal): -137608 or 7923453. OLE color: 7923453.

HSL color Cylindrical-coordinate representation of color #FDE678: hue angle of 49.62º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDE678 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 120 -
CMYK 0 0.09 0.53 0.01
HSL 49.62º 0.97% 0.73% -
HSV(B) 49.62º 0.53% 0.99% -
XYZ 72.19 78.83 29.18 -
YUV 224.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 253 230 120 0 0.09 0.53 0.01 49.62 0.97 0.73
Hex FD E6 78 0 9 35 1 32 61 49
Octal 375 346 170 0 11 65 1 62 141 111
Binary 11111101 11100110 1111000 0 1001 110101 1 110010 1100001 1001001

Color Harmonies of #FDE678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE678

Black with #FDE678

Text Example


Text Example

White with #FDE678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE678; }

 p { color: rgb(253,230,120); }

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

background-color css

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

 a { background-color: rgb(253,230,120); }

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

border-color css

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

 span { border-color: rgb(253,230,120); }

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