Html Css Color HEX #F8C467 Grandis

📋 copy color: '#F8C467'

red 248 ◦ green 196 ◦ blue 103

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

Shades of Grandis #F8C467

Tints of Grandis #F8C467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

 BLUE value IS 103 (40.63% from 255) = 18.83%

R = 45.34%
G = 35.83%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F8C467 (or 0xF8C467) is known color: Grandis. HEX triplet: F8, C4 and 67. RGB value is (248,196,103). Sum of RGB (Red+Green+Blue) = 248+196+103=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C467 is #073B98. Grayscale: #C9C9C9. Windows color (decimal): -474009 or 6800632. OLE color: 6800632.

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

Color convert

RGB 248 196 103 -
CMYK 0 0.21 0.58 0.03
HSL 38.48º 0.91% 0.69% -
HSV(B) 38.48º 0.58% 0.97% -
XYZ 60.9 60.42 21.28 -
YUV 200.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 248 196 103 0 0.21 0.58 0.03 38.48 0.91 0.69
Hex F8 C4 67 0 15 3A 3 26 5B 45
Octal 370 304 147 0 25 72 3 46 133 105
Binary 11111000 11000100 1100111 0 10101 111010 11 100110 1011011 1000101

Color Harmonies of #F8C467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C467

Black with #F8C467

Text Example


Text Example

White with #F8C467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C467; }

 p { color: rgb(248,196,103); }

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

background-color css

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

 a { background-color: rgb(248,196,103); }

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

border-color css

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

 span { border-color: rgb(248,196,103); }

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