Html Css Color HEX #F7C968 Grandis

📋 copy color: '#F7C968'

red 247 ◦ green 201 ◦ blue 104

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

Shades of Grandis #F7C968

Tints of Grandis #F7C968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

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

R = 44.75%
G = 36.41%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F7C968 (or 0xF7C968) is known color: Grandis. HEX triplet: F7, C9 and 68. RGB value is (247,201,104). Sum of RGB (Red+Green+Blue) = 247+201+104=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C968 is #083697. Grayscale: #CCCCCC. Windows color (decimal): -538264 or 6867447. OLE color: 6867447.

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

Color convert

RGB 247 201 104 -
CMYK 0 0.19 0.58 0.03
HSL 40.7º 0.9% 0.69% -
HSV(B) 40.7º 0.58% 0.97% -
XYZ 61.74 62.55 21.92 -
YUV 203.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 247 201 104 0 0.19 0.58 0.03 40.7 0.9 0.69
Hex F7 C9 68 0 13 3A 3 29 5A 45
Octal 367 311 150 0 23 72 3 51 132 105
Binary 11110111 11001001 1101000 0 10011 111010 11 101001 1011010 1000101

Color Harmonies of #F7C968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C968

Black with #F7C968

Text Example


Text Example

White with #F7C968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C968; }

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

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

background-color css

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

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

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

border-color css

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

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

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