Html Css Color HEX #F8CB76 Grandis

📋 copy color: '#F8CB76'

red 248 ◦ green 203 ◦ blue 118

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

Shades of Grandis #F8CB76

Tints of Grandis #F8CB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.74%

R = 43.59%
G = 35.68%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8CB76 (or 0xF8CB76) is known color: Grandis. HEX triplet: F8, CB and 76. RGB value is (248,203,118). Sum of RGB (Red+Green+Blue) = 248+203+118=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB76 is #073489. Grayscale: #CFCFCF. Windows color (decimal): -472202 or 7785464. OLE color: 7785464.

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

Color convert

RGB 248 203 118 -
CMYK 0 0.18 0.52 0.03
HSL 39.23º 0.9% 0.72% -
HSV(B) 39.23º 0.52% 0.97% -
XYZ 63.34 63.98 26.15 -
YUV 206.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 248 203 118 0 0.18 0.52 0.03 39.23 0.9 0.72
Hex F8 CB 76 0 12 34 3 27 5A 48
Octal 370 313 166 0 22 64 3 47 132 110
Binary 11111000 11001011 1110110 0 10010 110100 11 100111 1011010 1001000

Color Harmonies of #F8CB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB76

Black with #F8CB76

Text Example


Text Example

White with #F8CB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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