Html Css Color HEX #F0DF6A Sweet Corn

📋 copy color: '#F0DF6A'

red 240 ◦ green 223 ◦ blue 106

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

Shades of Sweet Corn #F0DF6A

Tints of Sweet Corn #F0DF6A

RGB

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

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

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

R = 42.18%
G = 39.19%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0DF6A (or 0xF0DF6A) is known color: Sweet Corn. HEX triplet: F0, DF and 6A. RGB value is (240,223,106). Sum of RGB (Red+Green+Blue) = 240+223+106=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF6A is #0F2095. Grayscale: #D7D7D7. Windows color (decimal): -991382 or 7004144. OLE color: 7004144.

HSL color Cylindrical-coordinate representation of color #F0DF6A: hue angle of 52.39º 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 #F0DF6A is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 106 -
CMYK 0 0.07 0.56 0.06
HSL 52.39º 0.82% 0.68% -
HSV(B) 52.39º 0.56% 0.94% -
XYZ 64.92 72.34 24.18 -
YUV 214.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 240 223 106 0 0.07 0.56 0.06 52.39 0.82 0.68
Hex F0 DF 6A 0 7 38 6 34 52 44
Octal 360 337 152 0 7 70 6 64 122 104
Binary 11110000 11011111 1101010 0 111 111000 110 110100 1010010 1000100

Color Harmonies of #F0DF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF6A

Black with #F0DF6A

Text Example


Text Example

White with #F0DF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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