Html Css Color HEX #F8CB71 Grandis

📋 copy color: '#F8CB71'

red 248 ◦ green 203 ◦ blue 113

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

Shades of Grandis #F8CB71

Tints of Grandis #F8CB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.04%

R = 43.97%
G = 35.99%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8CB71 (or 0xF8CB71) is known color: Grandis. HEX triplet: F8, CB and 71. RGB value is (248,203,113). Sum of RGB (Red+Green+Blue) = 248+203+113=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB71 is #07348E. Grayscale: #CECECE. Windows color (decimal): -472207 or 7457784. OLE color: 7457784.

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

Color convert

RGB 248 203 113 -
CMYK 0 0.18 0.54 0.03
HSL 40º 0.91% 0.71% -
HSV(B) 40º 0.54% 0.97% -
XYZ 63.05 63.86 24.63 -
YUV 206.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 248 203 113 0 0.18 0.54 0.03 40 0.91 0.71
Hex F8 CB 71 0 12 36 3 28 5B 47
Octal 370 313 161 0 22 66 3 50 133 107
Binary 11111000 11001011 1110001 0 10010 110110 11 101000 1011011 1000111

Color Harmonies of #F8CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CB71

Black with #F8CB71

Text Example


Text Example

White with #F8CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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