Html Css Color HEX #F2DF69 Sweet Corn

📋 copy color: '#F2DF69'

red 242 ◦ green 223 ◦ blue 105

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

Shades of Sweet Corn #F2DF69

Tints of Sweet Corn #F2DF69

RGB

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

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

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

R = 42.46%
G = 39.12%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2DF69 (or 0xF2DF69) is known color: Sweet Corn. HEX triplet: F2, DF and 69. RGB value is (242,223,105). Sum of RGB (Red+Green+Blue) = 242+223+105=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF69 is #0D2096. Grayscale: #D7D7D7. Windows color (decimal): -860311 or 6938610. OLE color: 6938610.

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

Color convert

RGB 242 223 105 -
CMYK 0 0.08 0.57 0.05
HSL 51.68º 0.84% 0.68% -
HSV(B) 51.68º 0.57% 0.95% -
XYZ 65.56 72.67 23.94 -
YUV 215.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 242 223 105 0 0.08 0.57 0.05 51.68 0.84 0.68
Hex F2 DF 69 0 8 39 5 34 54 44
Octal 362 337 151 0 10 71 5 64 124 104
Binary 11110010 11011111 1101001 0 1000 111001 101 110100 1010100 1000100

Color Harmonies of #F2DF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF69

Black with #F2DF69

Text Example


Text Example

White with #F2DF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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