Html Css Color HEX #F2DD69 Sweet Corn

📋 copy color: '#F2DD69'

red 242 ◦ green 221 ◦ blue 105

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

Shades of Sweet Corn #F2DD69

Tints of Sweet Corn #F2DD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.49%

R = 42.61%
G = 38.91%
B = 18.49%

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

#F2DD69 (or 0xF2DD69) is known color: Sweet Corn. HEX triplet: F2, DD and 69. RGB value is (242,221,105). Sum of RGB (Red+Green+Blue) = 242+221+105=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD69 is #0D2296. Grayscale: #D6D6D6. Windows color (decimal): -860823 or 6938098. OLE color: 6938098.

HSL color Cylindrical-coordinate representation of color #F2DD69: hue angle of 50.8º 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 #F2DD69 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 105 -
CMYK 0 0.09 0.57 0.05
HSL 50.8º 0.84% 0.68% -
HSV(B) 50.8º 0.57% 0.95% -
XYZ 65.02 71.61 23.76 -
YUV 214.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 242 221 105 0 0.09 0.57 0.05 50.8 0.84 0.68
Hex F2 DD 69 0 9 39 5 33 54 44
Octal 362 335 151 0 11 71 5 63 124 104
Binary 11110010 11011101 1101001 0 1001 111001 101 110011 1010100 1000100

Color Harmonies of #F2DD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD69

Black with #F2DD69

Text Example


Text Example

White with #F2DD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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