Html Css Color HEX #F3C974 Grandis

📋 copy color: '#F3C974'

red 243 ◦ green 201 ◦ blue 116

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

Shades of Grandis #F3C974

Tints of Grandis #F3C974

RGB

 RED value IS 243 (95.31% from 255) = 43.39%

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 43.39%
G = 35.89%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F3C974 (or 0xF3C974) is known color: Grandis. HEX triplet: F3, C9 and 74. RGB value is (243,201,116). Sum of RGB (Red+Green+Blue) = 243+201+116=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C974 is #0C368B. Grayscale: #CCCCCC. Windows color (decimal): -800396 or 7653875. OLE color: 7653875.

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

Color convert

RGB 243 201 116 -
CMYK 0 0.17 0.52 0.05
HSL 40.16º 0.84% 0.7% -
HSV(B) 40.16º 0.52% 0.95% -
XYZ 61 62.09 25.29 -
YUV 203.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 243 201 116 0 0.17 0.52 0.05 40.16 0.84 0.7
Hex F3 C9 74 0 11 34 5 28 54 46
Octal 363 311 164 0 21 64 5 50 124 106
Binary 11110011 11001001 1110100 0 10001 110100 101 101000 1010100 1000110

Color Harmonies of #F3C974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C974

Black with #F3C974

Text Example


Text Example

White with #F3C974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C974; }

 p { color: rgb(243,201,116); }

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

background-color css

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

 a { background-color: rgb(243,201,116); }

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

border-color css

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

 span { border-color: rgb(243,201,116); }

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