Html Css Color HEX #F3C874 Grandis

📋 copy color: '#F3C874'

red 243 ◦ green 200 ◦ blue 116

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

Shades of Grandis #F3C874

Tints of Grandis #F3C874

RGB

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

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

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

R = 43.47%
G = 35.78%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F3C874 (or 0xF3C874) is known color: Grandis. HEX triplet: F3, C8 and 74. RGB value is (243,200,116). Sum of RGB (Red+Green+Blue) = 243+200+116=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C874 is #0C378B. Grayscale: #CBCBCB. Windows color (decimal): -800652 or 7653619. OLE color: 7653619.

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

Color convert

RGB 243 200 116 -
CMYK 0 0.18 0.52 0.05
HSL 39.69º 0.84% 0.7% -
HSV(B) 39.69º 0.52% 0.95% -
XYZ 60.77 61.62 25.21 -
YUV 203.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 243 200 116 0 0.18 0.52 0.05 39.69 0.84 0.7
Hex F3 C8 74 0 12 34 5 28 54 46
Octal 363 310 164 0 22 64 5 50 124 106
Binary 11110011 11001000 1110100 0 10010 110100 101 101000 1010100 1000110

Color Harmonies of #F3C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C874

Black with #F3C874

Text Example


Text Example

White with #F3C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C874; }

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

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

background-color css

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

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

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

border-color css

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

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

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