Html Css Color HEX #F8CD6A Grandis

📋 copy color: '#F8CD6A'

red 248 ◦ green 205 ◦ blue 106

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

Shades of Grandis #F8CD6A

Tints of Grandis #F8CD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.67%

 BLUE value IS 106 (41.8% from 255) = 18.96%

R = 44.36%
G = 36.67%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8CD6A (or 0xF8CD6A) is known color: Grandis. HEX triplet: F8, CD and 6A. RGB value is (248,205,106). Sum of RGB (Red+Green+Blue) = 248+205+106=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CD6A is #073295. Grayscale: #CFCFCF. Windows color (decimal): -471702 or 6999544. OLE color: 6999544.

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

Color convert

RGB 248 205 106 -
CMYK 0 0.17 0.57 0.03
HSL 41.83º 0.91% 0.69% -
HSV(B) 41.83º 0.57% 0.97% -
XYZ 63.14 64.66 22.79 -
YUV 206.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 248 205 106 0 0.17 0.57 0.03 41.83 0.91 0.69
Hex F8 CD 6A 0 11 39 3 2A 5B 45
Octal 370 315 152 0 21 71 3 52 133 105
Binary 11111000 11001101 1101010 0 10001 111001 11 101010 1011011 1000101

Color Harmonies of #F8CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CD6A

Black with #F8CD6A

Text Example


Text Example

White with #F8CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CD6A; }

 p { color: rgb(248,205,106); }

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

background-color css

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

 a { background-color: rgb(248,205,106); }

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

border-color css

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

 span { border-color: rgb(248,205,106); }

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