Html Css Color HEX #F2D973 Sweet Corn

📋 copy color: '#F2D973'

red 242 ◦ green 217 ◦ blue 115

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

Shades of Sweet Corn #F2D973

Tints of Sweet Corn #F2D973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.8%

 BLUE value IS 115 (45.31% from 255) = 20.03%

R = 42.16%
G = 37.8%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2D973 (or 0xF2D973) is known color: Sweet Corn. HEX triplet: F2, D9 and 73. RGB value is (242,217,115). Sum of RGB (Red+Green+Blue) = 242+217+115=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D973 is #0D268C. Grayscale: #D5D5D5. Windows color (decimal): -861837 or 7592434. OLE color: 7592434.

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

Color convert

RGB 242 217 115 -
CMYK 0 0.10 0.52 0.05
HSL 48.19º 0.83% 0.7% -
HSV(B) 48.19º 0.52% 0.95% -
XYZ 64.53 69.74 26.28 -
YUV 212.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 242 217 115 0 0.10 0.52 0.05 48.19 0.83 0.7
Hex F2 D9 73 0 A 34 5 30 53 46
Octal 362 331 163 0 12 64 5 60 123 106
Binary 11110010 11011001 1110011 0 1010 110100 101 110000 1010011 1000110

Color Harmonies of #F2D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D973

Black with #F2D973

Text Example


Text Example

White with #F2D973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D973; }

 p { color: rgb(242,217,115); }

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

background-color css

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

 a { background-color: rgb(242,217,115); }

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

border-color css

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

 span { border-color: rgb(242,217,115); }

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