Html Css Color HEX #F3C975 Grandis

📋 copy color: '#F3C975'

red 243 ◦ green 201 ◦ blue 117

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

Shades of Grandis #F3C975

Tints of Grandis #F3C975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 43.32%
G = 35.83%
B = 20.86%

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

#F3C975 (or 0xF3C975) is known color: Grandis. HEX triplet: F3, C9 and 75. RGB value is (243,201,117). Sum of RGB (Red+Green+Blue) = 243+201+117=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C975 is #0C368A. Grayscale: #CCCCCC. Windows color (decimal): -800395 or 7719411. OLE color: 7719411.

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

Color convert

RGB 243 201 117 -
CMYK 0 0.17 0.52 0.05
HSL 40º 0.84% 0.71% -
HSV(B) 40º 0.52% 0.95% -
XYZ 61.06 62.11 25.6 -
YUV 203.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 243 201 117 0 0.17 0.52 0.05 40 0.84 0.71
Hex F3 C9 75 0 11 34 5 28 54 47
Octal 363 311 165 0 21 64 5 50 124 107
Binary 11110011 11001001 1110101 0 10001 110100 101 101000 1010100 1000111

Color Harmonies of #F3C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C975

Black with #F3C975

Text Example


Text Example

White with #F3C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C975; }

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

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

background-color css

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

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

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

border-color css

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

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

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