Html Css Color HEX #FAD06F Grandis

📋 copy color: '#FAD06F'

red 250 ◦ green 208 ◦ blue 111

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

Shades of Grandis #FAD06F

Tints of Grandis #FAD06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.56%

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

R = 43.94%
G = 36.56%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAD06F (or 0xFAD06F) is known color: Grandis. HEX triplet: FA, D0 and 6F. RGB value is (250,208,111). Sum of RGB (Red+Green+Blue) = 250+208+111=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD06F is #052F90. Grayscale: #D1D1D1. Windows color (decimal): -339857 or 7327994. OLE color: 7327994.

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

Color convert

RGB 250 208 111 -
CMYK 0 0.17 0.56 0.02
HSL 41.87º 0.93% 0.71% -
HSV(B) 41.87º 0.56% 0.98% -
XYZ 64.85 66.58 24.47 -
YUV 209.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 250 208 111 0 0.17 0.56 0.02 41.87 0.93 0.71
Hex FA D0 6F 0 11 38 2 2A 5D 47
Octal 372 320 157 0 21 70 2 52 135 107
Binary 11111010 11010000 1101111 0 10001 111000 10 101010 1011101 1000111

Color Harmonies of #FAD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD06F

Black with #FAD06F

Text Example


Text Example

White with #FAD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD06F; }

 p { color: rgb(250,208,111); }

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

background-color css

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

 a { background-color: rgb(250,208,111); }

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

border-color css

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

 span { border-color: rgb(250,208,111); }

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