Html Css Color HEX #FAD56C Grandis

📋 copy color: '#FAD56C'

red 250 ◦ green 213 ◦ blue 108

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

Shades of Grandis #FAD56C

Tints of Grandis #FAD56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.3%

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

R = 43.78%
G = 37.3%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAD56C (or 0xFAD56C) is known color: Grandis. HEX triplet: FA, D5 and 6C. RGB value is (250,213,108). Sum of RGB (Red+Green+Blue) = 250+213+108=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD56C is #052A93. Grayscale: #D4D4D4. Windows color (decimal): -338580 or 7132666. OLE color: 7132666.

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

Color convert

RGB 250 213 108 -
CMYK 0 0.15 0.57 0.02
HSL 44.37º 0.93% 0.7% -
HSV(B) 44.37º 0.57% 0.98% -
XYZ 65.93 69 24.03 -
YUV 212.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 250 213 108 0 0.15 0.57 0.02 44.37 0.93 0.7
Hex FA D5 6C 0 F 39 2 2C 5D 46
Octal 372 325 154 0 17 71 2 54 135 106
Binary 11111010 11010101 1101100 0 1111 111001 10 101100 1011101 1000110

Color Harmonies of #FAD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD56C

Black with #FAD56C

Text Example


Text Example

White with #FAD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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