Html Css Color HEX #F7DC75 Sweet Corn

📋 copy color: '#F7DC75'

red 247 ◦ green 220 ◦ blue 117

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

Shades of Sweet Corn #F7DC75

Tints of Sweet Corn #F7DC75

RGB

 RED value IS 247 (96.88% from 255) = 42.29%

 GREEN value IS 220 (86.33% from 255) = 37.67%

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

R = 42.29%
G = 37.67%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7DC75 (or 0xF7DC75) is known color: Sweet Corn. HEX triplet: F7, DC and 75. RGB value is (247,220,117). Sum of RGB (Red+Green+Blue) = 247+220+117=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC75 is #08238A. Grayscale: #D8D8D8. Windows color (decimal): -533387 or 7724279. OLE color: 7724279.

HSL color Cylindrical-coordinate representation of color #F7DC75: hue angle of 47.54º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7DC75 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 117 -
CMYK 0 0.11 0.53 0.03
HSL 47.54º 0.89% 0.71% -
HSV(B) 47.54º 0.53% 0.97% -
XYZ 67.16 72.24 27.23 -
YUV 216.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 247 220 117 0 0.11 0.53 0.03 47.54 0.89 0.71
Hex F7 DC 75 0 B 35 3 30 59 47
Octal 367 334 165 0 13 65 3 60 131 107
Binary 11110111 11011100 1110101 0 1011 110101 11 110000 1011001 1000111

Color Harmonies of #F7DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DC75

Black with #F7DC75

Text Example


Text Example

White with #F7DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DC75; }

 p { color: rgb(247,220,117); }

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

background-color css

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

 a { background-color: rgb(247,220,117); }

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

border-color css

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

 span { border-color: rgb(247,220,117); }

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