Html Css Color HEX #F2C971 Grandis

📋 copy color: '#F2C971'

red 242 ◦ green 201 ◦ blue 113

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

Shades of Grandis #F2C971

Tints of Grandis #F2C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

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

R = 43.53%
G = 36.15%
B = 20.32%

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

#F2C971 (or 0xF2C971) is known color: Grandis. HEX triplet: F2, C9 and 71. RGB value is (242,201,113). Sum of RGB (Red+Green+Blue) = 242+201+113=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C971 is #0D368E. Grayscale: #CBCBCB. Windows color (decimal): -865935 or 7457266. OLE color: 7457266.

HSL color Cylindrical-coordinate representation of color #F2C971: hue angle of 40.93º 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 #F2C971 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 113 -
CMYK 0 0.17 0.53 0.05
HSL 40.93º 0.83% 0.7% -
HSV(B) 40.93º 0.53% 0.95% -
XYZ 60.49 61.84 24.37 -
YUV 203.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 242 201 113 0 0.17 0.53 0.05 40.93 0.83 0.7
Hex F2 C9 71 0 11 35 5 29 53 46
Octal 362 311 161 0 21 65 5 51 123 106
Binary 11110010 11001001 1110001 0 10001 110101 101 101001 1010011 1000110

Color Harmonies of #F2C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C971

Black with #F2C971

Text Example


Text Example

White with #F2C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C971; }

 p { color: rgb(242,201,113); }

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

background-color css

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

 a { background-color: rgb(242,201,113); }

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

border-color css

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

 span { border-color: rgb(242,201,113); }

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