Html Css Color HEX #F8CB6F Grandis

📋 copy color: '#F8CB6F'

red 248 ◦ green 203 ◦ blue 111

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

Shades of Grandis #F8CB6F

Tints of Grandis #F8CB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

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

R = 44.13%
G = 36.12%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8CB6F (or 0xF8CB6F) is known color: Grandis. HEX triplet: F8, CB and 6F. RGB value is (248,203,111). Sum of RGB (Red+Green+Blue) = 248+203+111=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB6F is #073490. Grayscale: #CECECE. Windows color (decimal): -472209 or 7326712. OLE color: 7326712.

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

Color convert

RGB 248 203 111 -
CMYK 0 0.18 0.55 0.03
HSL 40.29º 0.91% 0.7% -
HSV(B) 40.29º 0.55% 0.97% -
XYZ 62.94 63.82 24.04 -
YUV 205.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 248 203 111 0 0.18 0.55 0.03 40.29 0.91 0.7
Hex F8 CB 6F 0 12 37 3 28 5B 46
Octal 370 313 157 0 22 67 3 50 133 106
Binary 11111000 11001011 1101111 0 10010 110111 11 101000 1011011 1000110

Color Harmonies of #F8CB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB6F

Black with #F8CB6F

Text Example


Text Example

White with #F8CB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB6F; }

 p { color: rgb(248,203,111); }

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

background-color css

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

 a { background-color: rgb(248,203,111); }

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

border-color css

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

 span { border-color: rgb(248,203,111); }

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