Html Css Color HEX #FAC36C Grandis

📋 copy color: '#FAC36C'

red 250 ◦ green 195 ◦ blue 108

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

Shades of Grandis #FAC36C

Tints of Grandis #FAC36C

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 195 (76.56% from 255) = 35.26%

 BLUE value IS 108 (42.58% from 255) = 19.53%

R = 45.21%
G = 35.26%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAC36C (or 0xFAC36C) is known color: Grandis. HEX triplet: FA, C3 and 6C. RGB value is (250,195,108). Sum of RGB (Red+Green+Blue) = 250+195+108=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC36C is #053C93. Grayscale: #C9C9C9. Windows color (decimal): -343188 or 7128058. OLE color: 7128058.

HSL color Cylindrical-coordinate representation of color #FAC36C: hue angle of 36.76º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAC36C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 108 -
CMYK 0 0.22 0.57 0.02
HSL 36.76º 0.93% 0.7% -
HSV(B) 36.76º 0.57% 0.98% -
XYZ 61.65 60.44 22.6 -
YUV 201.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 250 195 108 0 0.22 0.57 0.02 36.76 0.93 0.7
Hex FA C3 6C 0 16 39 2 25 5D 46
Octal 372 303 154 0 26 71 2 45 135 106
Binary 11111010 11000011 1101100 0 10110 111001 10 100101 1011101 1000110

Color Harmonies of #FAC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC36C

Black with #FAC36C

Text Example


Text Example

White with #FAC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC36C; }

 p { color: rgb(250,195,108); }

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

background-color css

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

 a { background-color: rgb(250,195,108); }

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

border-color css

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

 span { border-color: rgb(250,195,108); }

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