Html Css Color HEX #F2D771 Sweet Corn

📋 copy color: '#F2D771'

red 242 ◦ green 215 ◦ blue 113

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

Shades of Sweet Corn #F2D771

Tints of Sweet Corn #F2D771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.72%

 BLUE value IS 113 (44.53% from 255) = 19.82%

R = 42.46%
G = 37.72%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F2D771 (or 0xF2D771) is known color: Sweet Corn. HEX triplet: F2, D7 and 71. RGB value is (242,215,113). Sum of RGB (Red+Green+Blue) = 242+215+113=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D771 is #0D288E. Grayscale: #D3D3D3. Windows color (decimal): -862351 or 7460850. OLE color: 7460850.

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

Color convert

RGB 242 215 113 -
CMYK 0 0.11 0.53 0.05
HSL 47.44º 0.83% 0.7% -
HSV(B) 47.44º 0.53% 0.95% -
XYZ 63.9 68.67 25.51 -
YUV 211.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 242 215 113 0 0.11 0.53 0.05 47.44 0.83 0.7
Hex F2 D7 71 0 B 35 5 2F 53 46
Octal 362 327 161 0 13 65 5 57 123 106
Binary 11110010 11010111 1110001 0 1011 110101 101 101111 1010011 1000110

Color Harmonies of #F2D771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D771

Black with #F2D771

Text Example


Text Example

White with #F2D771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D771; }

 p { color: rgb(242,215,113); }

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

background-color css

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

 a { background-color: rgb(242,215,113); }

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

border-color css

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

 span { border-color: rgb(242,215,113); }

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