Html Css Color HEX #F0DF6B Sweet Corn

📋 copy color: '#F0DF6B'

red 240 ◦ green 223 ◦ blue 107

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

Shades of Sweet Corn #F0DF6B

Tints of Sweet Corn #F0DF6B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

 BLUE value IS 107 (42.19% from 255) = 18.77%

R = 42.11%
G = 39.12%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0DF6B (or 0xF0DF6B) is known color: Sweet Corn. HEX triplet: F0, DF and 6B. RGB value is (240,223,107). Sum of RGB (Red+Green+Blue) = 240+223+107=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF6B is #0F2094. Grayscale: #D7D7D7. Windows color (decimal): -991381 or 7069680. OLE color: 7069680.

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

Color convert

RGB 240 223 107 -
CMYK 0 0.07 0.55 0.06
HSL 52.33º 0.82% 0.68% -
HSV(B) 52.33º 0.55% 0.94% -
XYZ 64.98 72.36 24.45 -
YUV 214.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 240 223 107 0 0.07 0.55 0.06 52.33 0.82 0.68
Hex F0 DF 6B 0 7 37 6 34 52 44
Octal 360 337 153 0 7 67 6 64 122 104
Binary 11110000 11011111 1101011 0 111 110111 110 110100 1010010 1000100

Color Harmonies of #F0DF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF6B

Black with #F0DF6B

Text Example


Text Example

White with #F0DF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF6B; }

 p { color: rgb(240,223,107); }

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

background-color css

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

 a { background-color: rgb(240,223,107); }

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

border-color css

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

 span { border-color: rgb(240,223,107); }

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