Html Css Color HEX #FAF669 Dolly

📋 copy color: '#FAF669'

red 250 ◦ green 246 ◦ blue 105

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

Shades of Dolly #FAF669

Tints of Dolly #FAF669

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.93%

 BLUE value IS 105 (41.41% from 255) = 17.47%

R = 41.6%
G = 40.93%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAF669 (or 0xFAF669) is known color: Dolly. HEX triplet: FA, F6 and 69. RGB value is (250,246,105). Sum of RGB (Red+Green+Blue) = 250+246+105=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 105 (41.41% from 255 or 17.47% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF669 is #050996. Grayscale: #E7E7E7. Windows color (decimal): -330135 or 6944506. OLE color: 6944506.

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

Color convert

RGB 250 246 105 -
CMYK 0 0.02 0.58 0.02
HSL 58.34º 0.94% 0.7% -
HSV(B) 58.34º 0.58% 0.98% -
XYZ 74.93 87.26 26.26 -
YUV 231.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 250 246 105 0 0.02 0.58 0.02 58.34 0.94 0.7
Hex FA F6 69 0 2 3A 2 3A 5E 46
Octal 372 366 151 0 2 72 2 72 136 106
Binary 11111010 11110110 1101001 0 10 111010 10 111010 1011110 1000110

Color Harmonies of #FAF669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF669

Black with #FAF669

Text Example


Text Example

White with #FAF669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF669; }

 p { color: rgb(250,246,105); }

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

background-color css

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

 a { background-color: rgb(250,246,105); }

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

border-color css

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

 span { border-color: rgb(250,246,105); }

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