Html Css Color HEX #F2DA78 Sweet Corn

📋 copy color: '#F2DA78'

red 242 ◦ green 218 ◦ blue 120

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

Shades of Sweet Corn #F2DA78

Tints of Sweet Corn #F2DA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 120 (47.27% from 255) = 20.69%

R = 41.72%
G = 37.59%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2DA78 (or 0xF2DA78) is known color: Sweet Corn. HEX triplet: F2, DA and 78. RGB value is (242,218,120). Sum of RGB (Red+Green+Blue) = 242+218+120=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA78 is #0D2587. Grayscale: #D6D6D6. Windows color (decimal): -861576 or 7920370. OLE color: 7920370.

HSL color Cylindrical-coordinate representation of color #F2DA78: hue angle of 48.2º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2DA78 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 120 -
CMYK 0 0.10 0.50 0.05
HSL 48.2º 0.82% 0.71% -
HSV(B) 48.2º 0.5% 0.95% -
XYZ 65.08 70.38 27.92 -
YUV 214 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 242 218 120 0 0.10 0.50 0.05 48.2 0.82 0.71
Hex F2 DA 78 0 A 32 5 30 52 47
Octal 362 332 170 0 12 62 5 60 122 107
Binary 11110010 11011010 1111000 0 1010 110010 101 110000 1010010 1000111

Color Harmonies of #F2DA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA78

Black with #F2DA78

Text Example


Text Example

White with #F2DA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA78; }

 p { color: rgb(242,218,120); }

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

background-color css

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

 a { background-color: rgb(242,218,120); }

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

border-color css

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

 span { border-color: rgb(242,218,120); }

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