Html Css Color HEX #F4DC6A Sweet Corn

📋 copy color: '#F4DC6A'

red 244 ◦ green 220 ◦ blue 106

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

Shades of Sweet Corn #F4DC6A

Tints of Sweet Corn #F4DC6A

RGB

 RED value IS 244 (95.7% from 255) = 42.81%

 GREEN value IS 220 (86.33% from 255) = 38.6%

 BLUE value IS 106 (41.8% from 255) = 18.6%

R = 42.81%
G = 38.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4DC6A (or 0xF4DC6A) is known color: Sweet Corn. HEX triplet: F4, DC and 6A. RGB value is (244,220,106). Sum of RGB (Red+Green+Blue) = 244+220+106=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DC6A is #0B2395. Grayscale: #D6D6D6. Windows color (decimal): -730006 or 7003380. OLE color: 7003380.

HSL color Cylindrical-coordinate representation of color #F4DC6A: hue angle of 49.57º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4DC6A is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 106 -
CMYK 0 0.10 0.57 0.04
HSL 49.57º 0.86% 0.69% -
HSV(B) 49.57º 0.57% 0.96% -
XYZ 65.5 71.46 23.98 -
YUV 214.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 244 220 106 0 0.10 0.57 0.04 49.57 0.86 0.69
Hex F4 DC 6A 0 A 39 4 32 56 45
Octal 364 334 152 0 12 71 4 62 126 105
Binary 11110100 11011100 1101010 0 1010 111001 100 110010 1010110 1000101

Color Harmonies of #F4DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DC6A

Black with #F4DC6A

Text Example


Text Example

White with #F4DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DC6A; }

 p { color: rgb(244,220,106); }

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

background-color css

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

 a { background-color: rgb(244,220,106); }

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

border-color css

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

 span { border-color: rgb(244,220,106); }

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