Html Css Color HEX #F2DD75 Sweet Corn

📋 copy color: '#F2DD75'

red 242 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #F2DD75

Tints of Sweet Corn #F2DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.17%

R = 41.72%
G = 38.1%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2DD75 (or 0xF2DD75) is known color: Sweet Corn. HEX triplet: F2, DD and 75. RGB value is (242,221,117). Sum of RGB (Red+Green+Blue) = 242+221+117=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD75 is #0D228A. Grayscale: #D7D7D7. Windows color (decimal): -860811 or 7724530. OLE color: 7724530.

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

Color convert

RGB 242 221 117 -
CMYK 0 0.09 0.52 0.05
HSL 49.92º 0.83% 0.7% -
HSV(B) 49.92º 0.52% 0.95% -
XYZ 65.69 71.87 27.24 -
YUV 215.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 242 221 117 0 0.09 0.52 0.05 49.92 0.83 0.7
Hex F2 DD 75 0 9 34 5 32 53 46
Octal 362 335 165 0 11 64 5 62 123 106
Binary 11110010 11011101 1110101 0 1001 110100 101 110010 1010011 1000110

Color Harmonies of #F2DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD75

Black with #F2DD75

Text Example


Text Example

White with #F2DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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