Html Css Color HEX #F2C870 Grandis

📋 copy color: '#F2C870'

red 242 ◦ green 200 ◦ blue 112

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

Shades of Grandis #F2C870

Tints of Grandis #F2C870

RGB

 RED value IS 242 (94.92% from 255) = 43.68%

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 43.68%
G = 36.1%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2C870 (or 0xF2C870) is known color: Grandis. HEX triplet: F2, C8 and 70. RGB value is (242,200,112). Sum of RGB (Red+Green+Blue) = 242+200+112=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C870 is #0D378F. Grayscale: #CACACA. Windows color (decimal): -866192 or 7391474. OLE color: 7391474.

HSL color Cylindrical-coordinate representation of color #F2C870: hue angle of 40.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2C870 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 112 -
CMYK 0 0.17 0.54 0.05
HSL 40.62º 0.83% 0.69% -
HSV(B) 40.62º 0.54% 0.95% -
XYZ 60.2 61.36 24 -
YUV 202.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 242 200 112 0 0.17 0.54 0.05 40.62 0.83 0.69
Hex F2 C8 70 0 11 36 5 29 53 45
Octal 362 310 160 0 21 66 5 51 123 105
Binary 11110010 11001000 1110000 0 10001 110110 101 101001 1010011 1000101

Color Harmonies of #F2C870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C870

Black with #F2C870

Text Example


Text Example

White with #F2C870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C870; }

 p { color: rgb(242,200,112); }

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

background-color css

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

 a { background-color: rgb(242,200,112); }

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

border-color css

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

 span { border-color: rgb(242,200,112); }

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