Html Css Color HEX #F8C570 Grandis

📋 copy color: '#F8C570'

red 248 ◦ green 197 ◦ blue 112

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

Shades of Grandis #F8C570

Tints of Grandis #F8C570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 44.52%
G = 35.37%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8C570 (or 0xF8C570) is known color: Grandis. HEX triplet: F8, C5 and 70. RGB value is (248,197,112). Sum of RGB (Red+Green+Blue) = 248+197+112=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C570 is #073A8F. Grayscale: #CACACA. Windows color (decimal): -473744 or 7390712. OLE color: 7390712.

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

Color convert

RGB 248 197 112 -
CMYK 0 0.21 0.55 0.03
HSL 37.5º 0.91% 0.71% -
HSV(B) 37.5º 0.55% 0.97% -
XYZ 61.6 61.06 23.87 -
YUV 202.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 248 197 112 0 0.21 0.55 0.03 37.5 0.91 0.71
Hex F8 C5 70 0 15 37 3 26 5B 47
Octal 370 305 160 0 25 67 3 46 133 107
Binary 11111000 11000101 1110000 0 10101 110111 11 100110 1011011 1000111

Color Harmonies of #F8C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C570

Black with #F8C570

Text Example


Text Example

White with #F8C570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C570; }

 p { color: rgb(248,197,112); }

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

background-color css

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

 a { background-color: rgb(248,197,112); }

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

border-color css

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

 span { border-color: rgb(248,197,112); }

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