Html Css Color HEX #F8CF68 Grandis

📋 copy color: '#F8CF68'

red 248 ◦ green 207 ◦ blue 104

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

Shades of Grandis #F8CF68

Tints of Grandis #F8CF68

RGB

 RED value IS 248 (97.27% from 255) = 44.36%

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

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

R = 44.36%
G = 37.03%
B = 18.6%

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

#F8CF68 (or 0xF8CF68) is known color: Grandis. HEX triplet: F8, CF and 68. RGB value is (248,207,104). Sum of RGB (Red+Green+Blue) = 248+207+104=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF68 is #073097. Grayscale: #CFCFCF. Windows color (decimal): -471192 or 6868984. OLE color: 6868984.

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

Color convert

RGB 248 207 104 -
CMYK 0 0.17 0.58 0.03
HSL 42.92º 0.91% 0.69% -
HSV(B) 42.92º 0.58% 0.97% -
XYZ 63.52 65.58 22.41 -
YUV 207.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 248 207 104 0 0.17 0.58 0.03 42.92 0.91 0.69
Hex F8 CF 68 0 11 3A 3 2B 5B 45
Octal 370 317 150 0 21 72 3 53 133 105
Binary 11111000 11001111 1101000 0 10001 111010 11 101011 1011011 1000101

Color Harmonies of #F8CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF68

Black with #F8CF68

Text Example


Text Example

White with #F8CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF68; }

 p { color: rgb(248,207,104); }

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

background-color css

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

 a { background-color: rgb(248,207,104); }

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

border-color css

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

 span { border-color: rgb(248,207,104); }

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