Html Css Color HEX #FDE670 Sweet Corn

📋 copy color: '#FDE670'

red 253 ◦ green 230 ◦ blue 112

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

Shades of Sweet Corn #FDE670

Tints of Sweet Corn #FDE670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.82%

R = 42.52%
G = 38.66%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDE670 (or 0xFDE670) is known color: Sweet Corn. HEX triplet: FD, E6 and 70. RGB value is (253,230,112). Sum of RGB (Red+Green+Blue) = 253+230+112=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE670 is #02198F. Grayscale: #DFDFDF. Windows color (decimal): -137616 or 7399165. OLE color: 7399165.

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

Color convert

RGB 253 230 112 -
CMYK 0 0.09 0.56 0.01
HSL 50.21º 0.97% 0.72% -
HSV(B) 50.21º 0.56% 0.99% -
XYZ 71.73 78.65 26.73 -
YUV 223.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 253 230 112 0 0.09 0.56 0.01 50.21 0.97 0.72
Hex FD E6 70 0 9 38 1 32 61 48
Octal 375 346 160 0 11 70 1 62 141 110
Binary 11111101 11100110 1110000 0 1001 111000 1 110010 1100001 1001000

Color Harmonies of #FDE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE670

Black with #FDE670

Text Example


Text Example

White with #FDE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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