Html Css Color HEX #F0DC6A Sweet Corn

📋 copy color: '#F0DC6A'

red 240 ◦ green 220 ◦ blue 106

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

Shades of Sweet Corn #F0DC6A

Tints of Sweet Corn #F0DC6A

RGB

 RED value IS 240 (94.14% from 255) = 42.4%

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

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

R = 42.4%
G = 38.87%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0DC6A (or 0xF0DC6A) is known color: Sweet Corn. HEX triplet: F0, DC and 6A. RGB value is (240,220,106). Sum of RGB (Red+Green+Blue) = 240+220+106=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC6A is #0F2395. Grayscale: #D5D5D5. Windows color (decimal): -992150 or 7003376. OLE color: 7003376.

HSL color Cylindrical-coordinate representation of color #F0DC6A: hue angle of 51.04º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0DC6A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 220 106 -
CMYK 0 0.08 0.56 0.06
HSL 51.04º 0.82% 0.68% -
HSV(B) 51.04º 0.56% 0.94% -
XYZ 64.13 70.75 23.91 -
YUV 212.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 240 220 106 0 0.08 0.56 0.06 51.04 0.82 0.68
Hex F0 DC 6A 0 8 38 6 33 52 44
Octal 360 334 152 0 10 70 6 63 122 104
Binary 11110000 11011100 1101010 0 1000 111000 110 110011 1010010 1000100

Color Harmonies of #F0DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DC6A

Black with #F0DC6A

Text Example


Text Example

White with #F0DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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