Html Css Color HEX #F7CC68 Grandis

📋 copy color: '#F7CC68'

red 247 ◦ green 204 ◦ blue 104

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

Shades of Grandis #F7CC68

Tints of Grandis #F7CC68

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 44.5%
G = 36.76%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F7CC68 (or 0xF7CC68) is known color: Grandis. HEX triplet: F7, CC and 68. RGB value is (247,204,104). Sum of RGB (Red+Green+Blue) = 247+204+104=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CC68 is #083397. Grayscale: #CDCDCD. Windows color (decimal): -537496 or 6868215. OLE color: 6868215.

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

Color convert

RGB 247 204 104 -
CMYK 0 0.17 0.58 0.03
HSL 41.96º 0.9% 0.69% -
HSV(B) 41.96º 0.58% 0.97% -
XYZ 62.45 63.96 22.15 -
YUV 205.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 247 204 104 0 0.17 0.58 0.03 41.96 0.9 0.69
Hex F7 CC 68 0 11 3A 3 2A 5A 45
Octal 367 314 150 0 21 72 3 52 132 105
Binary 11110111 11001100 1101000 0 10001 111010 11 101010 1011010 1000101

Color Harmonies of #F7CC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC68

Black with #F7CC68

Text Example


Text Example

White with #F7CC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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