Html Css Color HEX #FAD36C Grandis

📋 copy color: '#FAD36C'

red 250 ◦ green 211 ◦ blue 108

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

Shades of Grandis #FAD36C

Tints of Grandis #FAD36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.08%

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

R = 43.94%
G = 37.08%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAD36C (or 0xFAD36C) is known color: Grandis. HEX triplet: FA, D3 and 6C. RGB value is (250,211,108). Sum of RGB (Red+Green+Blue) = 250+211+108=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD36C is #052C93. Grayscale: #D3D3D3. Windows color (decimal): -339092 or 7132154. OLE color: 7132154.

HSL color Cylindrical-coordinate representation of color #FAD36C: hue angle of 43.52º 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 #FAD36C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 108 -
CMYK 0 0.16 0.57 0.02
HSL 43.52º 0.93% 0.7% -
HSV(B) 43.52º 0.57% 0.98% -
XYZ 65.43 68 23.86 -
YUV 210.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 250 211 108 0 0.16 0.57 0.02 43.52 0.93 0.7
Hex FA D3 6C 0 10 39 2 2C 5D 46
Octal 372 323 154 0 20 71 2 54 135 106
Binary 11111010 11010011 1101100 0 10000 111001 10 101100 1011101 1000110

Color Harmonies of #FAD36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD36C

Black with #FAD36C

Text Example


Text Example

White with #FAD36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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