Html Css Color HEX #F2DD68 Sweet Corn

📋 copy color: '#F2DD68'

red 242 ◦ green 221 ◦ blue 104

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

Shades of Sweet Corn #F2DD68

Tints of Sweet Corn #F2DD68

RGB

 RED value IS 242 (94.92% from 255) = 42.68%

 GREEN value IS 221 (86.72% from 255) = 38.98%

 BLUE value IS 104 (41.02% from 255) = 18.34%

R = 42.68%
G = 38.98%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2DD68 (or 0xF2DD68) is known color: Sweet Corn. HEX triplet: F2, DD and 68. RGB value is (242,221,104). Sum of RGB (Red+Green+Blue) = 242+221+104=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD68 is #0D2297. Grayscale: #D6D6D6. Windows color (decimal): -860824 or 6872562. OLE color: 6872562.

HSL color Cylindrical-coordinate representation of color #F2DD68: hue angle of 50.87º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2DD68 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 104 -
CMYK 0 0.09 0.57 0.05
HSL 50.87º 0.84% 0.68% -
HSV(B) 50.87º 0.57% 0.95% -
XYZ 64.97 71.59 23.49 -
YUV 213.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 242 221 104 0 0.09 0.57 0.05 50.87 0.84 0.68
Hex F2 DD 68 0 9 39 5 33 54 44
Octal 362 335 150 0 11 71 5 63 124 104
Binary 11110010 11011101 1101000 0 1001 111001 101 110011 1010100 1000100

Color Harmonies of #F2DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD68

Black with #F2DD68

Text Example


Text Example

White with #F2DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD68; }

 p { color: rgb(242,221,104); }

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

background-color css

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

 a { background-color: rgb(242,221,104); }

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

border-color css

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

 span { border-color: rgb(242,221,104); }

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