Html Css Color HEX #FAF973 Dolly

📋 copy color: '#FAF973'

red 250 ◦ green 249 ◦ blue 115

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

Shades of Dolly #FAF973

Tints of Dolly #FAF973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 18.73%

R = 40.72%
G = 40.55%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAF973 (or 0xFAF973) is known color: Dolly. HEX triplet: FA, F9 and 73. RGB value is (250,249,115). Sum of RGB (Red+Green+Blue) = 250+249+115=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 115 (45.31% from 255 or 18.73% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF973 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF973 is #05068C. Grayscale: #EAEAEA. Windows color (decimal): -329357 or 7600634. OLE color: 7600634.

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

Color convert

RGB 250 249 115 -
CMYK 0 0.00 0.54 0.02
HSL 59.56º 0.93% 0.72% -
HSV(B) 59.56º 0.54% 0.98% -
XYZ 76.39 89.31 29.43 -
YUV 234.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 250 249 115 0 0.00 0.54 0.02 59.56 0.93 0.72
Hex FA F9 73 0 0 36 2 3C 5D 48
Octal 372 371 163 0 0 66 2 74 135 110
Binary 11111010 11111001 1110011 0 0 110110 10 111100 1011101 1001000

Color Harmonies of #FAF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF973

Black with #FAF973

Text Example


Text Example

White with #FAF973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF973; }

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

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

background-color css

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

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

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

border-color css

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

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

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