Html Css Color HEX #F7C268 Harvest Gold

📋 copy color: '#F7C268'

red 247 ◦ green 194 ◦ blue 104

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

Shades of Harvest Gold #F7C268

Tints of Harvest Gold #F7C268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 45.32%
G = 35.6%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F7C268 (or 0xF7C268) is known color: Harvest Gold. HEX triplet: F7, C2 and 68. RGB value is (247,194,104). Sum of RGB (Red+Green+Blue) = 247+194+104=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C268 is #083D97. Grayscale: #C8C8C8. Windows color (decimal): -540056 or 6865655. OLE color: 6865655.

HSL color Cylindrical-coordinate representation of color #F7C268: hue angle of 37.76º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7C268 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 194 104 -
CMYK 0 0.21 0.58 0.03
HSL 37.76º 0.9% 0.69% -
HSV(B) 37.76º 0.58% 0.97% -
XYZ 60.15 59.36 21.38 -
YUV 199.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 247 194 104 0 0.21 0.58 0.03 37.76 0.9 0.69
Hex F7 C2 68 0 15 3A 3 26 5A 45
Octal 367 302 150 0 25 72 3 46 132 105
Binary 11110111 11000010 1101000 0 10101 111010 11 100110 1011010 1000101

Color Harmonies of #F7C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C268

Black with #F7C268

Text Example


Text Example

White with #F7C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C268; }

 p { color: rgb(247,194,104); }

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

background-color css

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

 a { background-color: rgb(247,194,104); }

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

border-color css

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

 span { border-color: rgb(247,194,104); }

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