Html Css Color HEX #FAF96D Dolly

📋 copy color: '#FAF96D'

red 250 ◦ green 249 ◦ blue 109

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

Shades of Dolly #FAF96D

Tints of Dolly #FAF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.95%

 BLUE value IS 109 (42.97% from 255) = 17.93%

R = 41.12%
G = 40.95%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAF96D (or 0xFAF96D) is known color: Dolly. HEX triplet: FA, F9 and 6D. RGB value is (250,249,109). Sum of RGB (Red+Green+Blue) = 250+249+109=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 109 (42.97% from 255 or 17.93% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF96D is #050692. Grayscale: #E9E9E9. Windows color (decimal): -329363 or 7207418. OLE color: 7207418.

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

Color convert

RGB 250 249 109 -
CMYK 0 0.00 0.56 0.02
HSL 59.57º 0.93% 0.7% -
HSV(B) 59.57º 0.56% 0.98% -
XYZ 76.06 89.18 27.67 -
YUV 233.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 250 249 109 0 0.00 0.56 0.02 59.57 0.93 0.7
Hex FA F9 6D 0 0 38 2 3C 5D 46
Octal 372 371 155 0 0 70 2 74 135 106
Binary 11111010 11111001 1101101 0 0 111000 10 111100 1011101 1000110

Color Harmonies of #FAF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF96D

Black with #FAF96D

Text Example


Text Example

White with #FAF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF96D; }

 p { color: rgb(250,249,109); }

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

background-color css

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

 a { background-color: rgb(250,249,109); }

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

border-color css

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

 span { border-color: rgb(250,249,109); }

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