Html Css Color HEX #F8CC6B Grandis

📋 copy color: '#F8CC6B'

red 248 ◦ green 204 ◦ blue 107

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

Shades of Grandis #F8CC6B

Tints of Grandis #F8CC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.14%

R = 44.36%
G = 36.49%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8CC6B (or 0xF8CC6B) is known color: Grandis. HEX triplet: F8, CC and 6B. RGB value is (248,204,107). Sum of RGB (Red+Green+Blue) = 248+204+107=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CC6B is #073394. Grayscale: #CECECE. Windows color (decimal): -471957 or 7064824. OLE color: 7064824.

HSL color Cylindrical-coordinate representation of color #F8CC6B: hue angle of 41.28º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8CC6B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 107 -
CMYK 0 0.18 0.57 0.03
HSL 41.28º 0.91% 0.7% -
HSV(B) 41.28º 0.57% 0.97% -
XYZ 62.96 64.2 22.98 -
YUV 206.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 248 204 107 0 0.18 0.57 0.03 41.28 0.91 0.7
Hex F8 CC 6B 0 12 39 3 29 5B 46
Octal 370 314 153 0 22 71 3 51 133 106
Binary 11111000 11001100 1101011 0 10010 111001 11 101001 1011011 1000110

Color Harmonies of #F8CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC6B

Black with #F8CC6B

Text Example


Text Example

White with #F8CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC6B; }

 p { color: rgb(248,204,107); }

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

background-color css

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

 a { background-color: rgb(248,204,107); }

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

border-color css

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

 span { border-color: rgb(248,204,107); }

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