Html Css Color HEX #F7CF6F Grandis

📋 copy color: '#F7CF6F'

red 247 ◦ green 207 ◦ blue 111

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

Shades of Grandis #F7CF6F

Tints of Grandis #F7CF6F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.64%

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 43.72%
G = 36.64%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7CF6F (or 0xF7CF6F) is known color: Grandis. HEX triplet: F7, CF and 6F. RGB value is (247,207,111). Sum of RGB (Red+Green+Blue) = 247+207+111=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF6F is #083090. Grayscale: #D0D0D0. Windows color (decimal): -536721 or 7327735. OLE color: 7327735.

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

Color convert

RGB 247 207 111 -
CMYK 0 0.16 0.55 0.03
HSL 42.35º 0.89% 0.7% -
HSV(B) 42.35º 0.55% 0.97% -
XYZ 63.54 65.55 24.34 -
YUV 208.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 247 207 111 0 0.16 0.55 0.03 42.35 0.89 0.7
Hex F7 CF 6F 0 10 37 3 2A 59 46
Octal 367 317 157 0 20 67 3 52 131 106
Binary 11110111 11001111 1101111 0 10000 110111 11 101010 1011001 1000110

Color Harmonies of #F7CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF6F

Black with #F7CF6F

Text Example


Text Example

White with #F7CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF6F; }

 p { color: rgb(247,207,111); }

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

background-color css

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

 a { background-color: rgb(247,207,111); }

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

border-color css

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

 span { border-color: rgb(247,207,111); }

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