Html Css Color HEX #F7CF73 Grandis

📋 copy color: '#F7CF73'

red 247 ◦ green 207 ◦ blue 115

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

Shades of Grandis #F7CF73

Tints of Grandis #F7CF73

RGB

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

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

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

R = 43.41%
G = 36.38%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7CF73 (or 0xF7CF73) is known color: Grandis. HEX triplet: F7, CF and 73. RGB value is (247,207,115). Sum of RGB (Red+Green+Blue) = 247+207+115=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF73 is #08308C. Grayscale: #D0D0D0. Windows color (decimal): -536717 or 7589879. OLE color: 7589879.

HSL color Cylindrical-coordinate representation of color #F7CF73: hue angle of 41.82º 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 #F7CF73 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 207 115 -
CMYK 0 0.16 0.53 0.03
HSL 41.82º 0.89% 0.71% -
HSV(B) 41.82º 0.53% 0.97% -
XYZ 63.77 65.64 25.53 -
YUV 208.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 247 207 115 0 0.16 0.53 0.03 41.82 0.89 0.71
Hex F7 CF 73 0 10 35 3 2A 59 47
Octal 367 317 163 0 20 65 3 52 131 107
Binary 11110111 11001111 1110011 0 10000 110101 11 101010 1011001 1000111

Color Harmonies of #F7CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF73

Black with #F7CF73

Text Example


Text Example

White with #F7CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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