Html Css Color HEX #F3C86F Grandis

📋 copy color: '#F3C86F'

red 243 ◦ green 200 ◦ blue 111

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

Shades of Grandis #F3C86F

Tints of Grandis #F3C86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.04%

R = 43.86%
G = 36.1%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3C86F (or 0xF3C86F) is known color: Grandis. HEX triplet: F3, C8 and 6F. RGB value is (243,200,111). Sum of RGB (Red+Green+Blue) = 243+200+111=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C86F is #0C3790. Grayscale: #CBCBCB. Windows color (decimal): -800657 or 7325939. OLE color: 7325939.

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

Color convert

RGB 243 200 111 -
CMYK 0 0.18 0.54 0.05
HSL 40.45º 0.85% 0.69% -
HSV(B) 40.45º 0.54% 0.95% -
XYZ 60.49 61.51 23.72 -
YUV 202.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 243 200 111 0 0.18 0.54 0.05 40.45 0.85 0.69
Hex F3 C8 6F 0 12 36 5 28 55 45
Octal 363 310 157 0 22 66 5 50 125 105
Binary 11110011 11001000 1101111 0 10010 110110 101 101000 1010101 1000101

Color Harmonies of #F3C86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C86F

Black with #F3C86F

Text Example


Text Example

White with #F3C86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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