Html Css Color HEX #F2C872 Grandis

📋 copy color: '#F2C872'

red 242 ◦ green 200 ◦ blue 114

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

Shades of Grandis #F2C872

Tints of Grandis #F2C872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.5%

R = 43.53%
G = 35.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F2C872 (or 0xF2C872) is known color: Grandis. HEX triplet: F2, C8 and 72. RGB value is (242,200,114). Sum of RGB (Red+Green+Blue) = 242+200+114=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C872 is #0D378D. Grayscale: #CBCBCB. Windows color (decimal): -866190 or 7522546. OLE color: 7522546.

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

Color convert

RGB 242 200 114 -
CMYK 0 0.17 0.53 0.05
HSL 40.31º 0.83% 0.7% -
HSV(B) 40.31º 0.53% 0.95% -
XYZ 60.31 61.4 24.59 -
YUV 202.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 242 200 114 0 0.17 0.53 0.05 40.31 0.83 0.7
Hex F2 C8 72 0 11 35 5 28 53 46
Octal 362 310 162 0 21 65 5 50 123 106
Binary 11110010 11001000 1110010 0 10001 110101 101 101000 1010011 1000110

Color Harmonies of #F2C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C872

Black with #F2C872

Text Example


Text Example

White with #F2C872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C872; }

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

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

background-color css

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

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

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

border-color css

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

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

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